Skip to content

Commit

Permalink
Published version 0.1.0 to maven central.
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrgeorge committed Jul 3, 2024
1 parent dead1c8 commit 921756b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: ubuntu-latest
environment: Maven Central
permissions:
contents: read
Expand All @@ -26,6 +26,8 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Setup Rust & cargo
run: rustup target add aarch64-apple-darwin x86_64-apple-darwin aarch64-unknown-linux-gnu x86_64-unknown-linux-gnu
- name: Gradle Build
run: ./gradlew build

Expand Down

0 comments on commit 921756b

Please sign in to comment.