Skip to content

Commit

Permalink
work around actions/runner#480
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed May 14, 2021
1 parent 7bf8fb3 commit a388d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ jobs:
submodules: true
fetch-depth: 0
- name: Check Submodules
env:
ACTION_VERSION: ${{ env.BUILDER_VERSION }}
uses: awslabs/aws-crt-builder/.github/actions/check-submodules@${{ ACTION_VERSION }}
# note: using "@main" because "@${{env.BUILDER_VERSION}}" doesn't work
# https://github.com/actions/runner/issues/480
uses: awslabs/aws-crt-builder/.github/actions/check-submodules@main

0 comments on commit a388d11

Please sign in to comment.