Skip to content

Commit f5939ba

Browse files
committed
Fix CI workflows
1 parent e6f3886 commit f5939ba

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/openapi2crd.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ on:
1212

1313
jobs:
1414

15-
githubjobs:
15+
openapi2crd:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
1919

20-
- name: Set up Go
21-
uses: actions/setup-go@v6
20+
- name: Install devbox
21+
uses: jetify-com/[email protected]
2222
with:
23-
go-version: '1.25'
23+
enable-cache: 'true'
24+
25+
- name: Update Devbox
26+
run: devbox update
2427

2528
- name: CI checks
2629
working-directory: ./tools/openapi2crd

.github/workflows/scaffolder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414

15-
githubjobs:
15+
scaffolder:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)