Skip to content

Commit 78b78f0

Browse files
committed
Cache parcagpu, hitting http egress limits
1 parent 9552c69 commit 78b78f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unit-test-on-pull-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,11 @@ jobs:
292292
*) echo >&2 "bug: bad arch selected"; exit 1;;
293293
esac
294294
sudo apt-get install -y debootstrap systemtap-sdt-dev
295+
- name: Cache parcagpu library
296+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
297+
with:
298+
path: test/distro-qemu/parcagpu-lib
299+
key: parcagpu-${{ matrix.target_arch }}
295300
- name: Download kernel
296301
run: |
297302
cd test/distro-qemu

0 commit comments

Comments
 (0)