mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-06-10 02:30:05 +00:00
fix(ci): Fix outdated env var in CI. (#43)
This commit is contained in:
parent
d91b083031
commit
63f6be98de
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -1262,10 +1262,7 @@ jobs:
|
||||
--
|
||||
-D warnings
|
||||
env:
|
||||
LBC_POC_LIB_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}/poc
|
||||
LBC_POL_LIB_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}/pol
|
||||
LBC_POQ_LIB_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}/poq
|
||||
LBC_SIGNATURE_LIB_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}/signature
|
||||
LBC_ROOT_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}
|
||||
|
||||
# See clippy above — same reason.
|
||||
test:
|
||||
@ -1303,10 +1300,7 @@ jobs:
|
||||
--all
|
||||
--all-features
|
||||
env:
|
||||
LBC_POC_LIB_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}/poc
|
||||
LBC_POL_LIB_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}/pol
|
||||
LBC_POQ_LIB_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}/poq
|
||||
LBC_SIGNATURE_LIB_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}/signature
|
||||
LBC_ROOT_DIR: ${{ github.workspace }}/circuit-libs/logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}
|
||||
|
||||
publish-release:
|
||||
name: Create Release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user