Skip to content

Commit

Permalink
Updated Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Oct 10, 2023
1 parent bec5470 commit ef53815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ jobs:
echo "export LDFLAGS=-L/opt/homebrew/lib" >> $GITHUB_ENV
echo "export CPPFLAGS=-I/opt/homebrew/include" >> $GITHUB_ENV
- name: ls
run: ls -lha ${{github.workspace}}

- name: Configure CMake
run: >
cmake
Expand All @@ -124,8 +127,5 @@ jobs:
-DCMAKE_CXX_EXTENSIONS=on
-DCMAKE_CXX_STANDARD=20
- name: ls
run: ls -lha ${{github.workspace}}

- name: Build
run: cmake --build ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}} --config ${{env.BUILD_TYPE}}

0 comments on commit ef53815

Please sign in to comment.