-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,21 +8,21 @@ jobs: | |
test_scheduler_windows: | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions-rust-lang/setup-rust-[email protected] | ||
- uses: actions/checkout4 | ||
- uses: actions-rust-lang/setup-rust-toolchain1 | ||
with: | ||
target: x86_64-pc-windows-gnu | ||
# By default, setup-rust-toolchain sets "-D warnings". As a side effect, the settings in | ||
# .cargo/config.toml are ignored: | ||
# https://doc.rust-lang.org/cargo/reference/config.html#buildrustflags | ||
# "There are four mutually exclusive sources of extra flags" | ||
rustflags: "" | ||
- uses: actions/setup-python@v5 | ||
- uses: actions/setup-python5 | ||
with: | ||
python-version: '3.12' | ||
cache: 'pip' | ||
- run: pip install -r tests/minimal_suite/requirements.txt | ||
- uses: actions/download-artifact@v4 | ||
- uses: actions/download-artifact4 | ||
with: | ||
name: rcc | ||
path: C:\ | ||
|
@@ -57,7 +57,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions-rust-lang/setup-rust-toolchain@v1.9 | ||
- uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
with: | ||
target: x86_64-unknown-linux-gnu | ||
# By default, setup-rust-toolchain sets "-D warnings". As a side effect, the settings in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters