start debugging workflow file
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -9,25 +9,5 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup GCC
|
|
||||||
uses: egor-tensin/setup-gcc@v1
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
platform: x86
|
|
||||||
- name: Setup ncurses
|
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
|
||||||
with:
|
|
||||||
packages: libncurses5-dev
|
|
||||||
version: 1.0
|
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
mkdir build
|
|
||||||
make
|
|
||||||
cp todd build/todd
|
|
||||||
- name: Upload build
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: todd-linux-x86
|
|
||||||
path: build
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user