Skip to content

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Jul 22, 2021
1 parent 3abefbe commit 6d0a77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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'
Expand Down

0 comments on commit 6d0a77b

Please sign in to comment.