Skip to content

Commit 6a951ac

Browse files
authored
build.yaml: add nightly builds
1 parent 8b5d2ec commit 6a951ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
# https://github.com/cross-platform-actions/action/blob/master/changelog.md
1616
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86-64' }
1717
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86' }
18+
- { os: haiku, version: 'hrev58647', runner: 'ubuntu-latest', architecture: 'x86-64' }
19+
- { os: haiku, version: 'hrev58647', runner: 'ubuntu-latest', architecture: 'x86' }
1820

1921
steps:
2022
- uses: actions/checkout@v4
2123

22-
- uses: korli/action@v0.25.0-haiku1
24+
- uses: korli/action@v0.25.0-haiku2
2325
with:
2426
operating_system: ${{ matrix.config.os }}
2527
version: ${{ matrix.config.version }}

0 commit comments

Comments
 (0)