Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed May 14, 2021
1 parent f3579ff commit d90fc0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '!main'

env:
BUILDER_VERSION: v0.8.15
BUILDER_VERSION: v0.8.16
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-crt-python
Expand Down Expand Up @@ -163,4 +163,6 @@ jobs:
submodules: true
fetch-depth: 0
- name: Check Submodules
uses: awslabs/aws-crt-builder/.github/actions/check-submodules
env:
ACTION_VERSION: ${{ env.BUILDER_VERSION }}
uses: awslabs/aws-crt-builder/.github/actions/check-submodules@${ ACTION_VERSION }

0 comments on commit d90fc0e

Please sign in to comment.