Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 10, 2024
1 parent 8871a1a commit 8730654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
name: OpenHack Build
runs-on: ${{ matrix.config.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Standalone
if: matrix.config.name == 'Standalone'
uses: ./.github/workflows/ci-standalone.yml
Expand Down

0 comments on commit 8730654

Please sign in to comment.