Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Nov 29, 2024
1 parent c7ca3f6 commit af8dfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
- name: try installing libgit
if: runner.os != 'Windows'
if: runner.os == 'Linux'
run: |
sudo apt-get install -y libgit2-dev
- name: Build project
Expand Down

0 comments on commit af8dfec

Please sign in to comment.