Skip to content

Commit

Permalink
use latest aws-crt-builder (#444)
Browse files Browse the repository at this point in the history
I accidentally changed ci.yml to use "channels"  instead of an official release in my last PR #443
  • Loading branch information
graebm authored May 30, 2023
1 parent e5f2343 commit dbceb17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- 'main'

env:
BUILDER_VERSION: head-detached-bug
BUILDER_SOURCE: channels
BUILDER_VERSION: v0.9.46
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-c-http
LINUX_BASE_IMAGE: ubuntu-18-x64
Expand Down

0 comments on commit dbceb17

Please sign in to comment.