Skip to content

Commit

Permalink
build: use the sample file
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Jul 16, 2023
1 parent 3f4298e commit 7bbf2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Zig build 0.10.1
run: docker-compose build --build-arg "ZIGVER=0.10.1"
run: docker-compose build -f docker-compose.yml.sample --build-arg "ZIGVER=0.10.1"

0 comments on commit 7bbf2e3

Please sign in to comment.