From 6d0a77b3bd6b394651236363832e36e6d587dcdb Mon Sep 17 00:00:00 2001 From: Tobias de Bruijn Date: Fri, 23 Jul 2021 01:45:15 +0200 Subject: [PATCH] Workflow fixes --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93203d9..13d0671 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: retention-days: 1 build-linux-x86_64-focal: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -50,7 +50,7 @@ jobs: # Build - name: Build library - run: make lib/target/x86_64-unknown-linux-gnu/release/libskinfixer.so + run: cd lib && cargo build --lib --release --target x86_64-unknown-linux-gnu #Upload file - name: 'Upload Artifact'