Skip to content

Commit 74ed85c

Browse files
chore: another testing
1 parent 4c6596a commit 74ed85c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/windows-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,15 @@ jobs:
4444
- name: Verify UPX installation
4545
run: upx --version
4646
shell: msys2 {0}
47+
.
48+
- name: which upx
49+
run: which upx
50+
shell: msys2 {0}
4751

4852
- name: Verify dependencies
4953
run: |
5054
which gcc g++ make cmake cargo upx rustc python
55+
shell: msys2 {0}
5156

5257
- name: Updating submodules
5358
run: git submodule update --init --recursive

0 commit comments

Comments
 (0)