Skip to content

Commit cd192af

Browse files
committed
.github: Added missing environment variables.
1 parent bc3a093 commit cd192af

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/chart-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
# See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
3232
restore-keys: native-${{ matrix.mode }}-ccache
3333
- name: Run main
34+
env:
35+
MODE: ${{ matrix.mode }}
3436
run: |
3537
echo "::group::Installing packages"
3638
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \

.github/workflows/fingerprint-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
# See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
5656
restore-keys: native-${{ matrix.mode }}-ccache
5757
- name: Run main
58+
env:
59+
MODE: ${{ matrix.mode }}
5860
run: |
5961
echo "::group::Installing packages"
6062
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \

.github/workflows/statistical-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
# See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
3232
restore-keys: native-${{ matrix.mode }}-ccache
3333
- name: Run main
34+
env:
35+
MODE: ${{ matrix.mode }}
3436
run: |
3537
echo "::group::Installing packages"
3638
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \

0 commit comments

Comments
 (0)