Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xjia1 authored Nov 17, 2023
1 parent d11fbd9 commit 96328b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- name: mount .cache as tmpfs
run: sudo mount -t tmpfs -o size=200G bazelcache /home/runner/.cache
- run: sudo loginctl enable-linger runner
- uses: actions/checkout@v4
- name: make
run: make
- run: make
- run: make -C podman_image build-en

0 comments on commit 96328b3

Please sign in to comment.