ci: more testing

This commit is contained in:
Michael Kriese 2023-12-07 14:16:45 +01:00
parent 21e4607aa5
commit 8151ab066c
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -11,6 +11,18 @@ jobs:
echo "RUNNER_ARCH: ${RUNNER_ARCH}" echo "RUNNER_ARCH: ${RUNNER_ARCH}"
mkdir -p /opt/hostedtoolcache mkdir -p /opt/hostedtoolcache
- name: install deps
run: |
apt-get update -qq
apt-get -q install -qq \
make \
python3 \
python3-wheel \
python3-venv \
unzip \
;
mkdir -p /opt/hostedtoolcache
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
show-progress: false show-progress: false