Skip to content

Commit

Permalink
Alpine
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
tdelmas authored Aug 26, 2024
1 parent 390acf1 commit 3b0a9d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
container:
image: alpine:3.20
container: alpine:3.20
name: Tests on rust ${{ matrix.version }} features "${{ matrix.features }}"
strategy:
matrix:
Expand All @@ -23,6 +22,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: apk add curl gcc musl-dev
- run: curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh
- run: source $HOME/.cargo/env
- run: rustup default ${{ matrix.version }}
- run: cargo xtask pre-build
- run: cd typed_floats && cargo test --no-default-features --features "${{ matrix.features }}"
Expand Down

0 comments on commit 3b0a9d4

Please sign in to comment.