Skip to content

Commit 4944f66

Browse files
committed
Update CI workflow
1 parent ccb7894 commit 4944f66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
if: startsWith(matrix.config.os, 'macos')
6161
run: |
6262
brew install ninja cmake llvm libomp
63-
alias dir=ls
6463
ninja --version
6564
cmake --version
6665
clang++ --version
@@ -99,7 +98,6 @@ jobs:
9998
- name: Tests for cmd-jigsaw
10099
run: |
101100
cd ${{github.workspace}}
102-
dir
103101
./bin/jigsaw example.jig
104102
./bin/jigsaw geo/airfoil.jig
105103
./bin/jigsaw geo/bunny.jig
@@ -110,7 +108,6 @@ jobs:
110108
- name: Tests for lib-jigsaw
111109
run: |
112110
cd ${{github.workspace}}/uni
113-
dir
114111
./test_all
115112
116113
- name: Clean tests for jigsaw

0 commit comments

Comments
 (0)