mirror of
https://github.com/renbaoshuo/s2oj-gcc.git
synced 2024-11-23 11:38:44 +00:00
fix: ci
This commit is contained in:
parent
f13b8e8730
commit
e092407ee9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
apt update &&
|
||||
apt install -y curl flex bzip2 git make gcc g++ libgmp-dev libmpfr-dev libmpc-dev gcc-multilib
|
||||
sudo apt-get update &&
|
||||
sudo apt-get install -y curl flex bzip2 git make gcc g++ libgmp-dev libmpfr-dev libmpc-dev gcc-multilib
|
||||
- name: Build
|
||||
run: bash build.sh
|
||||
- name: Upload to artifact
|
||||
|
Loading…
Reference in New Issue
Block a user