Skip to content

Commit

Permalink
try using simple OS to get thigns working
Browse files Browse the repository at this point in the history
  • Loading branch information
Christewart committed Jan 18, 2024
1 parent 6c3f609 commit 403dc56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
simple-os: [mac,linux]
include:
- os: macOS-latest
uploaded_filename: bitcoin-s-cli-x86_64-apple-darwin
Expand All @@ -33,7 +34,7 @@ jobs:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
with:
java-version: graalvm@21.0.2=tgz+https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_linux-x64_bin.tar.gz
java-version: graalvm@21.0.2=tgz+https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_${{matrix.simple-os}}-x64_bin.tar.gz
- run: git fetch --tags || true
- run: sbt cli/nativeImage
shell: bash
Expand Down

0 comments on commit 403dc56

Please sign in to comment.