removes touch in ci

This commit is contained in:
Ben 2024-08-20 10:03:02 +02:00
parent 11b37f836f
commit 7ec8d1488b
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -37,11 +37,6 @@ jobs:
run: nimble install -y
- name: Build and run tests
run: |
if [[ ${{ matrix.platform.os }} = windows ]]; then
touch tests/testleopard.exe
else
touch tests/testleopard
fi
if [[ ${{ matrix.platform.os }} = macos ]]; then
export PATH="$(brew --prefix llvm@14)/bin:${PATH}"
export LDFLAGS="-L$(brew --prefix libomp)/lib -L$(brew --prefix llvm@14)/lib -Wl,-rpath,$(brew --prefix llvm@14)/lib"