Skip to content

Commit

Permalink
ci: fix missing toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioArnt committed Jan 17, 2024
1 parent 23b9374 commit f400537
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,31 +40,37 @@ jobs:
NAME: linux-x64-glibc,
OS: ubuntu-20.04,
TARGET: x86_64-unknown-linux-gnu,
TOOLCHAIN: stable,
}
- {
NAME: linux-arm64-glibc,
OS: ubuntu-20.04,
TARGET: aarch64-unknown-linux-gnu,
TOOLCHAIN: stable,
}
- {
NAME: win32-x64-msvc,
OS: windows-2022,
TARGET: x86_64-pc-windows-msvc,
TOOLCHAIN: stable,
}
- {
NAME: win32-arm64-msvc,
OS: windows-2022,
TARGET: aarch64-pc-windows-msvc,
TOOLCHAIN: stable,
}
- {
NAME: darwin-x64,
OS: macos-11,
TARGET: x86_64-apple-darwin,
TOOLCHAIN: stable,
}
- {
NAME: darwin-arm64,
OS: macos-11,
TARGET: aarch64-apple-darwin,
TOOLCHAIN: stable,
}
steps:
- name: Checkout
Expand Down

0 comments on commit f400537

Please sign in to comment.