Skip to content

Commit

Permalink
WIP8: Add github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Mar 29, 2024
1 parent bced02f commit aff9335
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/.github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@ jobs:
build-type: [debug, release]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- name: Checkout submodules
run: git submodule update --init --recursive

- uses: actions/checkout@v4
with:
fetch-depth: 0
repository: 'microsoft/vcpkg'
path: 'vcpkg'

- name: Debug submodules
run: |
ls ${{ github.workspace }}/
Expand Down

0 comments on commit aff9335

Please sign in to comment.