Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
rust: nightly
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
rust: nightly
# FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804
rust: nightly-2025-02-07
- target: aarch64-pc-windows-msvc
os: windows-latest
rust: nightly
Expand Down Expand Up @@ -98,7 +99,8 @@ jobs:
test_verbatim: 1
- target: i686-pc-windows-gnu
os: windows-latest
rust: nightly-i686-gnu
# FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
rust: nightly-2025-02-07-i686-gnu
- target: x86_64-pc-windows-gnu
os: windows-latest
rust: nightly-x86_64-gnu
Expand All @@ -117,7 +119,7 @@ jobs:
with:
key: ${{ matrix.target }}
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
if: matrix.os == 'ubuntu-latest'
with:
path: /tmp/.buildx-cache
Expand Down
Loading