We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e5f73 commit a298707Copy full SHA for a298707
.github/workflows/main.yml
@@ -22,13 +22,13 @@ jobs:
22
uses: oldes/install-siskin@v0.7.1
23
24
- name: Build 64bit Rebol/Bulk using MSVC
25
- run: ./siskin.exe make/rebol3.nest [msvc %rebol3-bulk-windows-x64]
+ run: ./siskin.exe make/rebol3.nest --msvc %rebol3-bulk-windows-x64
26
27
- name: Prepare 64bit Rebol/Bulk for upload
28
run: MOVE ./msvc/Release-x64/rebol3-bulk-windows-x64.exe ./rebol3-bulk-windows-x64.exe
29
30
- name: Build 64bit test extension using MSVC
31
- run: ./siskin.exe make/rebol3.nest [msvc %test-x64.rebx]
+ run: ./siskin.exe make/rebol3.nest --msvc %test-x64.rebx
32
33
- name: Prepare 64bit test extension
34
run: MOVE ./msvc/Release-x64/test-x64.rebx.dll ./test-x64.rebx
0 commit comments