mirror of
https://github.com/clearml/dropbear
synced 2025-03-06 03:59:15 +00:00
fix github actions arguments
If only we could test this locally with the same setup....
This commit is contained in:
parent
17e0c7e76f
commit
f9ced2c880
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: deps
|
||||
if: ${{ !exoticos }}
|
||||
if: ${{ !matrix.exoticos }}
|
||||
run: |
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install zlib1g-dev libtomcrypt-dev libtommath-dev mercurial python3-venv socat $CC
|
||||
|
Loading…
Reference in New Issue
Block a user