Skip to content

Commit a9dd144

Browse files
committed
limit installed tools
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent e6b441f commit a9dd144

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: actions/checkout@v4
1616
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
1717
env:
18-
MISE_ENABLE: oats,java
18+
MISE_ENABLE_TOOLS: oats,java
1919
- name: Run acceptance tests
2020
run: mise run acceptance-test

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
persist-credentials: false
1515
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
1616
env:
17-
MISE_ENABLE: java,protoc
17+
MISE_ENABLE_TOOLS: java,protoc
1818
- name: Cache local Maven repository
1919
uses: actions/cache@v4
2020
with:

.github/workflows/github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
4040
env:
41-
MISE_ENABLE: hugo,java
41+
MISE_ENABLE_TOOLS: hugo,java
4242
with:
4343
cache: "false"
4444
- name: Setup Pages

.github/workflows/lint-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
1717
env:
18-
MISE_ENABLE: lychee,zizmor
18+
MISE_ENABLE_TOOLS: lychee,zizmor
1919
- name: Lint
2020
run: mise run lint-rest

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: actions/checkout@v4
1616
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
1717
env:
18-
MISE_ENABLE: java
18+
MISE_ENABLE_TOOLS: java
1919
- name: Run native tests
2020
run: mise run native-test

.github/workflows/test-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
2020
env:
21-
MISE_ENABLE: java
21+
MISE_ENABLE_TOOLS: java
2222
- name: Cache local Maven repository
2323
uses: actions/cache@v4
2424
with:

0 commit comments

Comments
 (0)