Skip to content

CI [MacOS] beta

CI [MacOS] beta #8

name: CI [MacOS]
on: [workflow_dispatch]
jobs:
build:
runs-on: macos-latest
steps:
- name: Install Unzipper
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install unzip
- name: Download
run: wget -O ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
- name: Extract
run: unzip ngrok.zip