Skip to content

Commit b3a3b3f

Browse files
committed
AWS_LC_SYS_CMAKE_BUILDER
1 parent 79cce17 commit b3a3b3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
build-package:
119119
if: startsWith(github.ref, 'refs/tags/')
120-
needs: [compute-base-build-tag, fmt, clippy, tests]
120+
needs: [fmt, clippy, tests]
121121
runs-on: ubuntu-latest
122122
container:
123123
image: ubuntu:20.04
@@ -142,6 +142,8 @@ jobs:
142142
repo-token: ${{ secrets.GITHUB_TOKEN }}
143143
- name: Build
144144
run: cargo build --all --release
145+
env:
146+
AWS_LC_SYS_CMAKE_BUILDER: 1
145147
- name: Debian packaging
146148
env:
147149
PACKAGECLOUD_API_KEY: ${{ secrets.PACKAGECLOUD_API_KEY }}

0 commit comments

Comments
 (0)