Skip to content

Commit

Permalink
use shared build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Feb 8, 2024
1 parent 80b5930 commit 0d16b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v4

- name: Setup JBang
uses: jbangdev/setup-jbang@main

- name: Install jq
run: sudo apt-get install jq

- name: Run JBang Builds
run: bash .github/test.sh
uses: jbanghub/.github/.github/workflows/shared-build.yml@main
secrets: inherit


2 changes: 1 addition & 1 deletion jbang-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"catalogs": {},
"aliases": {
"pkl": {
"script-ref": "org.pkl-lang:pkl-cli-java:0.25.1",
"script-ref": "org.pkl-lang:pkl-cli-java:0.25.0",
"java-agents": []
}
},
Expand Down

0 comments on commit 0d16b2c

Please sign in to comment.