Skip to content

Commit

Permalink
build: proper matrix var substitution
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 863ddeb commit b403636
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 @@ -26,4 +26,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Docker Compose multi-stage build
run: docker-compose -f docker-compose.yml.sample build --build-arg "ZIGVER=0.10.1"
run: docker-compose -f docker-compose.yml.sample build --build-arg "ZIGVER=${{ matrix.zigver }}"

0 comments on commit b403636

Please sign in to comment.