Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 22, 2023
1 parent b30ae60 commit 8305b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
sudo apt-get install -y \
build-essential \
clang \
coreutils \
curl \
git \
gyp \
libclang-dev \
Expand All @@ -48,8 +46,10 @@ jobs:
- name: Install Dependencies (MacOS)
if: runner.os == 'MacOS'
run: |
brew install coreutils mercurial git ninja
brew install mercurial git ninja
python3 -m pip install gyp-next
export PATH="$(python3 -m site --user-base)/bin:$PATH"
echo $PATH
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 8305b01

Please sign in to comment.