mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-02 13:43:08 +00:00
removes touch in ci
This commit is contained in:
parent
11b37f836f
commit
7ec8d1488b
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user