We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2634805 commit 3b7c231Copy full SHA for 3b7c231
.github/workflows/build.yml
@@ -18,20 +18,20 @@ jobs:
18
# Ubuntu
19
- name: Install dependencies (Ubuntu)
20
shell: bash
21
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-20.04'
22
run: |
23
sudo apt-get update
24
sudo apt-get install -y build-essential
25
26
- name: Build recomp binary (Ubuntu)
27
28
+ if: matrix.os == 'ubuntu-20.04t'
29
30
make -j $(nproc) RELEASE=1 DEBUG=0 setup
31
32
- name: Run the build script (Ubuntu)
33
34
35
36
make -j $(nproc) RELEASE=1 DEBUG=0 VERSION=${{ matrix.ido }}
37
0 commit comments