Skip to content

Commit

Permalink
.github: Added missing environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Apr 17, 2023
1 parent bc3a093 commit cd192af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chart-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
# See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
restore-keys: native-${{ matrix.mode }}-ccache
- name: Run main
env:
MODE: ${{ matrix.mode }}
run: |
echo "::group::Installing packages"
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fingerprint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
# See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
restore-keys: native-${{ matrix.mode }}-ccache
- name: Run main
env:
MODE: ${{ matrix.mode }}
run: |
echo "::group::Installing packages"
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/statistical-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
# See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
restore-keys: native-${{ matrix.mode }}-ccache
- name: Run main
env:
MODE: ${{ matrix.mode }}
run: |
echo "::group::Installing packages"
sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
Expand Down

0 comments on commit cd192af

Please sign in to comment.