100% banish submodules (use package manager)
Helps hexops/mach#902 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d1c1335a57
commit
22528fafd2
4 changed files with 2 additions and 45 deletions
6
.github/workflows/m1_ci.yml
vendored
6
.github/workflows/m1_ci.yml
vendored
|
|
@ -20,14 +20,8 @@ jobs:
|
|||
run:
|
||||
shell: '/usr/bin/arch -arch arm64e /bin/bash --noprofile --norc -eo pipefail {0}'
|
||||
steps:
|
||||
- name: Clean repository submodules
|
||||
# See https://github.com/actions/checkout/issues/385
|
||||
run: |
|
||||
rm -rf $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: test
|
||||
run: zig build test
|
||||
- name: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue