Skip to content

Commit

Permalink
Windows build test4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Clauss committed Mar 8, 2024
1 parent 483631f commit bc733b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Set env
run: echo "ISAR_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkmake
run: which make
run: |
echo $PATH
which make
- name: Build binary
run: bash tool/${{ matrix.script }}

0 comments on commit bc733b9

Please sign in to comment.