Skip to content

Commit

Permalink
Fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Oct 25, 2023
1 parent 3c8c8ac commit 4a110c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- name: Build C++ program
run: |
cd src/
mkdir -p build
cd build
cmake ..
Expand All @@ -35,4 +34,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: clip-${{ matrix.os }}
path: src/build/clip*
path: build/clip*

0 comments on commit 4a110c8

Please sign in to comment.