Skip to content

Commit

Permalink
Adjust ninja install
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Nov 21, 2024
1 parent 44b853c commit 92a66af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install coreutils and swig
run: |
brew update && brew install coreutils && brew install swig
brew update && brew install coreutils swig ninja
if: matrix.os == 'macos-latest'
shell: bash
- name: Install Linux tools for LLDB
Expand All @@ -75,6 +75,7 @@ jobs:
curl -L -O "https://github.com/ninja-build/ninja/releases/download/v1.11.1/${{ matrix.ninja_file }}" && \
echo "${{ matrix.ninja_sha }} ${{ matrix.ninja_file }}" | sha256sum -c && \
${{ matrix.ninja_sudo }} unzip ${{ matrix.ninja_file }} -d ${{ matrix.ninja_dir }} && rm ${{ matrix.ninja_file }}
if: matrix.tar != osx
shell: bash
- name: Install Rust
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 92a66af

Please sign in to comment.