Skip to content

Commit

Permalink
add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Feb 2, 2024
1 parent 99be288 commit 68aeb26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- /mount:/mount
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
env:
DEBIAN_FRONTEND: noninteractive # to prevent apt-get from waiting user input
TZ: "Europe/London" # to prevent tzdata from waiting user input
CMAKE_BUILD_TYPE: 'Release'
CMAKE_GENERATOR: 'Ninja'
SCCACHE_IGNORE_SERVER_IO_ERROR: 1
Expand Down

0 comments on commit 68aeb26

Please sign in to comment.