We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6596a commit 74ed85cCopy full SHA for 74ed85c
.github/workflows/windows-build.yml
@@ -44,10 +44,15 @@ jobs:
44
- name: Verify UPX installation
45
run: upx --version
46
shell: msys2 {0}
47
+ .
48
+ - name: which upx
49
+ run: which upx
50
+ shell: msys2 {0}
51
52
- name: Verify dependencies
53
run: |
54
which gcc g++ make cmake cargo upx rustc python
55
56
57
- name: Updating submodules
58
run: git submodule update --init --recursive
0 commit comments