Skip to content

Commit

Permalink
excluded container
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Nov 13, 2023
1 parent 5c5e1fc commit fbea9a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
run:
shell: bash
runs-on: self-hosted
container:
image: ubuntu:20.04
volumes:
- /mount/caches:/mount/caches
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
# container:
# image: ubuntu:20.04
# volumes:
# - /mount/caches:/mount/caches
# options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
env:
DEBIAN_FRONTEND: noninteractive # to prevent apt-get from waiting user input
CMAKE_BUILD_TYPE: 'Release'
Expand Down

0 comments on commit fbea9a4

Please sign in to comment.