Skip to content

Commit 1373d67

Browse files
authored
Merge pull request #80 from cipherstash/ci/miseify-release-workflow
Convert the release-eql workflow to work with mise
2 parents 6ce4480 + 2f28059 commit 1373d67

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release-eql.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,17 @@ jobs:
2727
timeout-minutes: 5
2828

2929
steps:
30-
- name: Checkout repository
31-
uses: actions/checkout@v4
30+
- uses: actions/checkout@v4
3231

33-
- name: Install asdf & tools
34-
uses: asdf-vm/actions/install@v3
32+
- uses: jdx/mise-action@v2
33+
with:
34+
version: 2025.1.6 # [default: latest] mise version to install
35+
install: true # [default: true] run `mise install`
36+
cache: true # [default: true] cache mise using GitHub's cache
3537

3638
- name: Build EQL release
3739
run: |
38-
just build
40+
mise run build
3941
4042
- name: Upload EQL artifacts
4143
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)