Skip to content

Commit

Permalink
gpu-dawn: CI: M1: skip sudo when cleaning up git submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
emidoots committed Feb 12, 2022
1 parent 8c5c4d0 commit 3e3d17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/m1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Clean repository submodules
# See https://github.com/actions/checkout/issues/385
run: |
sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
rm -rf $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- name: Checkout
uses: actions/checkout@v2
- name: Setup Zig
Expand Down

0 comments on commit 3e3d17d

Please sign in to comment.