Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix git version incompability
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit committed Jul 29, 2020
1 parent 8067da4 commit 1d22ffd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-wasms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
PACKAGE: polkadot-runtime
RUSTC_VERSION: nightly-2020-07-20
steps:
- uses: actions/checkout@v2
# Force use of checkout@v1 due to srtool not having git v2.18
# https://github.com/actions/checkout/issues/238
- uses: actions/checkout@v1
- name: Cache target dir
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 1d22ffd

Please sign in to comment.