Skip to content

Commit

Permalink
ci: bump c sdk version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Manuel committed May 3, 2022
1 parent 7114d02 commit 0e77499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- stable
llvm_version: [12, 13]
env:
C_SDK_VERSION: v0.1.0
C_SDK_VERSION: v0.1.1
LLVM_VERSION: ${{ matrix.llvm_version }}
LLVM_FULL_VERSION: ${{ matrix.llvm_version }}.0.1
TESTING_TAG: v0.0.0-local
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -xeo pipefail

# set defaults for dynamic CI variables when local/testing
C_SDK_VERSION="${C_SDK_VERSION:-v0.1.0}"
C_SDK_VERSION="${C_SDK_VERSION:-v0.1.1}"
LLVM_VERSION="${LLVM_VERSION:-13}"
LLVM_FULL_VERSION="${LLVM_FULL_VERSION:-0.1}"
TESTING_TAG="${TESTING_TAG:-v0.0.0-local}"
Expand Down

0 comments on commit 0e77499

Please sign in to comment.