Skip to content

Commit

Permalink
erm, try this instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Apr 9, 2023
1 parent bfc58a5 commit 0cc4c53
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ jobs:
- name: Build freedv-gui
shell: bash
working-directory: ${{github.workspace}}/docker
run: ./freedv_build_windows.sh --branch ${{github.ref_name}} 64 && cat build_log.txt
run: |
if ./freedv_build_windows.sh --branch ${{github.ref_name}} 64; then
echo "success"
else
cat build_log.txt
fi

0 comments on commit 0cc4c53

Please sign in to comment.