Skip to content

Commit

Permalink
test: change mustl CI test to use ubuntu-latest and to use GH cache
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Jan 4, 2024
1 parent 2e39942 commit 75c4b24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Maximize build space
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
profile: minimal
target: x86_64-unknown-linux-musl
override: true
# - name: Setup Rust-cache
# uses: Swatinem/rust-cache@v2
# with:
# key: qsv-x86_64-unknown-linux-musl-cache
- name: Setup Rust-cache
uses: Swatinem/rust-cache@v2
with:
key: qsv-x86_64-unknown-linux-musl-cache
- name: Run tests
# env:
# RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
Expand Down

0 comments on commit 75c4b24

Please sign in to comment.