Skip to content

Commit

Permalink
try to fix openssl packaging v5
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
  • Loading branch information
outscale-mgo committed Nov 4, 2024
1 parent adca6a9 commit e00d725
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
- target: x86_64-unknown-linux-musl
archive: tar.gz
steps:
- name: install dependancies
run: |
sudo apt-get update --fix-missing
sudo apt-get install -y -f -o Acquire::Retries=3 pkg-config libssl-dev perl
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.4
Expand All @@ -28,5 +24,6 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
PRE_BUILD: "pre_build.sh"
EXTRA_FILES: "README.md LICENSE ricochet-ssl.json ricochet-headarches.json ricochet-oapi-cli.json ricochet.json"

0 comments on commit e00d725

Please sign in to comment.