Skip to content

Commit

Permalink
ci add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed Jun 17, 2024
1 parent 4e8d673 commit 0bb6825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unlogic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
run: sudo apt install -y python3 pipx build-essential cmake llvm-17-dev
- name: Install Conan
run: sudo pipx install conan
- name: Configure Project and Install Conan Dependencies
run: ./kickstart.sh Release
build:
runs-on: ubuntu-24.04
needs: deps
steps:
- uses: actions/checkout@v4
- name: Configure Project and Install Conan Dependencies
run: ./kickstart.sh Release
- name: Configure Project
run: cd cmake-build-release && cmake .. -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DCMAKE_BUILD_TYPE=Release -G "Ninja"
- name: Build Project
Expand Down

0 comments on commit 0bb6825

Please sign in to comment.