Skip to content

Commit

Permalink
WIP4: Add github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Mar 29, 2024
1 parent 399c9eb commit d9cbb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
submodules: true

- name: Verify submodules
run: |
ls ${{ github.workspace }}/vcpkg
ls ${{ github.workspace }}
- name: Set strings
id: strings
Expand Down

0 comments on commit d9cbb32

Please sign in to comment.