Skip to content

Commit a7338cb

Browse files
committed
ci(release): install libextism
1 parent b0b5f73 commit a7338cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12+
- uses: ./.github/actions/libextism
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}
1215
- name: Setup Haskell env
1316
uses: haskell/actions/setup@v2
1417
with:

0 commit comments

Comments
 (0)