mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
CICD.yml: Remove if for .exe
This commit is contained in:
parent
73d1bce20d
commit
21c219abf7
1 changed files with 2 additions and 7 deletions
9
.github/workflows/CICD.yml
vendored
9
.github/workflows/CICD.yml
vendored
|
|
@ -1263,13 +1263,8 @@ jobs:
|
|||
- name: Verify stub binaries exist
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ runner.os }}" = "Windows" ]; then
|
||||
test -f target/debug/chcon.exe
|
||||
test -f target/debug/runcon.exe
|
||||
else
|
||||
test -f target/debug/chcon
|
||||
test -f target/debug/runcon
|
||||
fi
|
||||
test -f target/debug/chcon || test -f target/debug/chcon.exe
|
||||
test -f target/debug/runcon || test -f target/debug/runcon.exe
|
||||
- name: Verify workspace builds with stubs
|
||||
run: cargo build --features ${{ matrix.job.features }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue