Skip to content

Commit 1110cb9

Browse files
committed
Merge branch 'dev' into kd_bit
2 parents 84ec979 + 1ecdcda commit 1110cb9

4 files changed

Lines changed: 153 additions & 155 deletions

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
library_checker_aizu:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v1
1313
- name: Set up Python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v1
1515
- name: Install dependencies
1616
run: |
17-
pip install setuptools
17+
pip install "setuptools<81"
1818
pip install -U online-judge-verify-helper
1919
- name: Set up Rust (nightly)
2020
run: |

0 commit comments

Comments
 (0)