Skip to content

Commit

Permalink
workflow work
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2023
1 parent 99c3903 commit 1803ba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/core-ubu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Echo Test
run: |
echo "Hello World"
- uses: actions/checkout@v3
- name: Install APT Deps
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev
- uses: threeal/[email protected]
- name: Build the project
run: cmake --build build
run: cmake --build build
- name: Echo Test
run: |
ls

0 comments on commit 1803ba9

Please sign in to comment.