Skip to content

Commit 0f4e1b8

Browse files
committed
trying this
1 parent 99601e3 commit 0f4e1b8

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@ jobs:
99
library_checker_aizu:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313
- name: Set up Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.12'
1517
- name: Install dependencies
16-
run: pip3 install online-judge-verify-helper
18+
run: pip3 install -U online-judge-verify-helper
1719
- name: Set up Rust (nightly)
1820
run: |
1921
rustup set profile minimal
20-
rustup install stable
22+
rustup install nightly
23+
rustup override set nightly
2124
- name: Set up git submodules
2225
run: |
2326
git submodule init

0 commit comments

Comments
 (0)