change workflow

This commit is contained in:
Dennis Eichhorn 2022-12-11 00:03:04 +01:00
parent c090aedfda
commit e08830083d

View File

@ -21,6 +21,8 @@ jobs:
with: with:
version: latest version: latest
platform: '${{ matrix.platform }}' platform: '${{ matrix.platform }}'
- name: Setup packages
install_packages: libcurl4-openssl-dev
- name: Run tests - name: Run tests
run: | run: |
chmod +x ./tests/test.sh chmod +x ./tests/test.sh