Skip to content

Commit

Permalink
github actions: pin checkout action to v1 (WebAssembly#85)
Browse files Browse the repository at this point in the history
master now contains a new v2 beta version of this action that no longer
supports "submodules".   We can update to v2 later once it stabilizes.
  • Loading branch information
sbc100 authored and Pat Hickey committed Dec 11, 2019
1 parent ac571d0 commit 3924bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# llvm 9 build is broken on windows for now. Re-enable this when it is fixed:
# - windows-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- run: |
Expand Down

0 comments on commit 3924bbd

Please sign in to comment.