1
0
mirror of https://github.com/renbaoshuo/s2oj-gcc.git synced 2024-07-27 03:43:19 +00:00
This commit is contained in:
Baoshuo Ren 2023-11-17 06:38:49 +08:00
parent f13b8e8730
commit e092407ee9
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -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