Skip to content

Commit

Permalink
CI: Remove submodules checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
GranMinigun committed Dec 8, 2023
1 parent 80dd5fd commit 470f1f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: msys2/setup-msys2@v2
with:
install: make mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-SDL2 mingw-w64-x86_64-glew mingw-w64-x86_64-qt5-static
Expand Down Expand Up @@ -43,8 +41,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup dependencies
run: |
sudo apt-get update -qq
Expand All @@ -69,8 +65,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup dependencies
env:
HOMEBREW_NO_ANALYTICS: 1
Expand Down

0 comments on commit 470f1f4

Please sign in to comment.