Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored Aug 12, 2023
1 parent 0f99737 commit ad0a164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Get dependencies
shell: bash
run: sudo apt-get update && sudo apt-get install gcc make g++ libtool cmake
Expand All @@ -16,6 +18,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set MSBuild env
uses: microsoft/setup-msbuild@v1.1
- name: Build for engine
Expand Down

0 comments on commit ad0a164

Please sign in to comment.