We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24030ab commit 20df797Copy full SHA for 20df797
.github/workflows/build_and_test.yml
@@ -97,6 +97,10 @@ jobs:
97
with:
98
name: lunchtoast-build-windows-latest
99
path: build
100
+ - name: Check downloaded lunchtoast
101
+ run: master/lunchtoast.exe --version
102
+ - name: Check lunchtoast build
103
+ run: build/lunchtoast.exe --version
104
- name: Launch tests
105
id: launch_tests
106
working-directory: ${{github.workspace}}
0 commit comments