Skip to content

Commit

Permalink
.github/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Jul 30, 2024
1 parent 270b08b commit 2906d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: |
apt-get update
apt-get install -y -qq --no-install-recommends expect
sudo apt-get update
sudo apt-get install -y -qq --no-install-recommends expect
bazel run --sandbox_writable_path="${HOME}/.docker/" --sandbox_writable_path=$HOME :verify_examples
Expand Down

0 comments on commit 2906d11

Please sign in to comment.