Skip to content

Commit

Permalink
fix(ci): give root permission to pull images
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
  • Loading branch information
Mossaka committed Jan 29, 2025
1 parent 570a9fe commit 8341062
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Build and load shims and wasi-demo-app
shell: bash
run: |
make OPT_PROFILE=release build install pull
make OPT_PROFILE=release build install
sudo make pull
- name: Run Benchmarks
shell: bash
run: |
Expand Down Expand Up @@ -69,7 +70,8 @@ jobs:
- name: Build and load shims and wasi-demo-app
shell: bash
run: |
make OPT_PROFILE=release build install pull
make OPT_PROFILE=release build install
sudo make pull
- name: Run Benchmarks
shell: bash
run: |
Expand Down Expand Up @@ -113,7 +115,8 @@ jobs:
- name: Build and load shims and wasi-demo-app
shell: bash
run: |
make OPT_PROFILE=release build install pull
make OPT_PROFILE=release build install
sudo make pull
- name: Start wasmtime shim
shell: bash
run: |
Expand Down

0 comments on commit 8341062

Please sign in to comment.