We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9552c69 commit 78b78f0Copy full SHA for 78b78f0
1 file changed
.github/workflows/unit-test-on-pull-request.yml
@@ -292,6 +292,11 @@ jobs:
292
*) echo >&2 "bug: bad arch selected"; exit 1;;
293
esac
294
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 }}
300
- name: Download kernel
301
run: |
302
cd test/distro-qemu
0 commit comments