Disable use of cringe cmd in test running on Windows

This commit is contained in:
Cerapter 2021-05-09 17:03:14 +02:00 committed by GitHub
parent 0655294ae4
commit 4ed0c1e238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ jobs:
for test in bin_tests/*; do for test in bin_tests/*; do
LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test
done; done;
shell: bash
- name: Upload zip - name: Upload zip
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2