Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck authored Jan 14, 2023
1 parent 2634805 commit 3b7c231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
# Ubuntu
- name: Install dependencies (Ubuntu)
shell: bash
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Build recomp binary (Ubuntu)
shell: bash
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04t'
run: |
make -j $(nproc) RELEASE=1 DEBUG=0 setup
- name: Run the build script (Ubuntu)
shell: bash
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'
run: |
make -j $(nproc) RELEASE=1 DEBUG=0 VERSION=${{ matrix.ido }}
Expand Down

0 comments on commit 3b7c231

Please sign in to comment.