Skip to content

Commit

Permalink
checkout v3/CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-jerred committed Nov 9, 2023
1 parent 636beaa commit 134a432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/giraffe_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
image: joshuajerred/giraffe:latest
options: --user root
steps:
- uses: actions/checkout/@v1
- uses: actions/checkout/@v3
with:
submodules: recursive
- name: Install Dependencies
run: sudo apt-get install
run: apt-get install
build-essential
cmake
libgtest-dev
Expand Down

0 comments on commit 134a432

Please sign in to comment.