Skip to content

Commit

Permalink
WIP6: Add github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Mar 29, 2024
1 parent b71a846 commit f39ddbe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/.github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ jobs:
build-type: [debug, release]

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

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

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

0 comments on commit f39ddbe

Please sign in to comment.