ci: more testing
This commit is contained in:
parent
21e4607aa5
commit
8151ab066c
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue