Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Dec 30, 2023
1 parent ee24f5d commit 472e981
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libseccomp-dev protobuf-compiler gcc-11 g++-11
- name: Setup gcc/g++ 11
Expand All @@ -26,7 +24,7 @@ jobs:
- name: Check ENV
run: echo $(rustup --version && g++ -v)
- name: Build test dist
run: cd test-collection && ./build.sh && cd ..
run: cd judge-core/tests/data/built-in-programs && ./build.sh && cd ../../../../
- name: Run tests
# Currently use --test-threads=1 to avoid log mess
# Should only be used in judge-core later
Expand Down

0 comments on commit 472e981

Please sign in to comment.