Skip to content

Commit

Permalink
Merge pull request #16 from michalszmidt/dev
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
michalszmidt authored Dec 31, 2024
2 parents 7348d2e + be77140 commit 01a1904
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ task:
image: alpine:edge
prepare_script:
- apk -U upgrade
- apk add curl make pkgconf bash build-base openssl openssl-dev openssl-libs-static rustup
- rustup default stable
- apk add curl make pkgconf bash build-base openssl openssl-dev openssl-libs-static
- curl https://sh.rustup.rs -sSf | bash -s -- -y
- . $HOME/.cargo/env
- cargo install cargo-auditable cargo-audit
build_script:
- whoami
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release_linux_musl_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Compile
run: |
whoami
apk add curl make pkgconf bash build-base openssl openssl-dev openssl-libs-static rustup
rustup default stable
apk add curl make pkgconf bash build-base openssl openssl-dev openssl-libs-static
curl https://sh.rustup.rs -sSf | bash -s -- -y
. $HOME/.cargo/env
cargo install cargo-auditable cargo-audit
uname -a
rustc --version
Expand Down

0 comments on commit 01a1904

Please sign in to comment.