Skip to content

Commit

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

0 comments on commit cd598df

Please sign in to comment.