We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2faa3 commit 5f0c621Copy full SHA for 5f0c621
.github/workflows/test.yml
@@ -10,6 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
+ - run: sudo apt-get update && sudo apt-get install -y libgit2-dev
14
- uses: actions/checkout@v4
15
- uses: mlugg/setup-zig@v2
16
with:
0 commit comments