Skip to content

Commit a298707

Browse files
committed
Build: using Siskin Builder 0.7.1
1 parent d7e5f73 commit a298707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
uses: oldes/install-siskin@v0.7.1
2323

2424
- name: Build 64bit Rebol/Bulk using MSVC
25-
run: ./siskin.exe make/rebol3.nest [msvc %rebol3-bulk-windows-x64]
25+
run: ./siskin.exe make/rebol3.nest --msvc %rebol3-bulk-windows-x64
2626

2727
- name: Prepare 64bit Rebol/Bulk for upload
2828
run: MOVE ./msvc/Release-x64/rebol3-bulk-windows-x64.exe ./rebol3-bulk-windows-x64.exe
2929

3030
- name: Build 64bit test extension using MSVC
31-
run: ./siskin.exe make/rebol3.nest [msvc %test-x64.rebx]
31+
run: ./siskin.exe make/rebol3.nest --msvc %test-x64.rebx
3232

3333
- name: Prepare 64bit test extension
3434
run: MOVE ./msvc/Release-x64/test-x64.rebx.dll ./test-x64.rebx

0 commit comments

Comments
 (0)