Skip to content

Commit f419f54

Browse files
attempt to fix rust sanity check
1 parent d09d423 commit f419f54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/aws-lc-rs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ concurrency:
99
cancel-in-progress: true
1010
env:
1111
GOPROXY: https://proxy.golang.org,direct
12+
CROSS_CONTAINER_IN_CONTAINER: true
1213
jobs:
1314
standard:
1415
runs-on: ubuntu-latest
@@ -30,7 +31,8 @@ jobs:
3031
- name: Install OS Dependencies
3132
run: |
3233
sudo apt-get update
33-
sudo apt-get -y --no-install-recommends install cmake gcc clang ninja-build golang
34+
sudo apt-get -y --no-install-recommends install cmake gcc clang ninja-build golang docker
35+
sudo systemctl start docker
3436
- name: Remove aws-lc submodule from crate directory
3537
working-directory: ./aws-lc-rs/aws-lc-sys
3638
run: |

0 commit comments

Comments
 (0)