Skip to content

Commit

Permalink
Fix (hoepfully) workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Feb 27, 2024
1 parent f1d09fd commit dba0250
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Check out repo
uses: actions/checkout@v3
with:
lfs: true
submodules: 'recursive'

- name: Create dummy embed rom
working-directory: ${{github.workspace}}/
Expand Down

0 comments on commit dba0250

Please sign in to comment.