Skip to content

Commit 61c3a5b

Browse files
authored
build.yaml: add nightly builds (#659)
1 parent 249a63e commit 61c3a5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ 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-
18+
- { os: haiku, version: 'hrev58647', runner: 'ubuntu-latest', architecture: 'x86-64' }
19+
- { os: haiku, version: 'hrev58647', runner: 'ubuntu-latest', architecture: 'x86' }
1920
steps:
2021
- uses: actions/checkout@v4
2122

22-
- uses: korli/[email protected]haiku1
23+
- uses: korli/[email protected]haiku2
2324
with:
2425
operating_system: ${{ matrix.config.os }}
2526
version: ${{ matrix.config.version }}

0 commit comments

Comments
 (0)