Skip to content

Commit e26bd6b

Browse files
authored
Use install-rebol action
1 parent 49a5138 commit e26bd6b

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

.github/workflows/main.yml

+7-21
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v2
2020

21-
- name: Download Siskin Builder
22-
shell: cmd
23-
run: |
24-
C:\msys64\usr\bin\wget.exe -q https://github.com/Siskin-framework/Builder/releases/download/0.3.3/Siskin-x64.exe
25-
MOVE ./Siskin-x64.exe ./siskin.exe
26-
SET PATH=%PATH%;%CD%
21+
- name: Install Rebol
22+
uses: oldes/install-rebol@v3.5.3
2723

2824
- name: Build 64bit Rebol/Bulk using MSVC
2925
run: ./siskin.exe make/rebol3.nest [msvc %rebol3-bulk-x64-clang]
@@ -54,13 +50,8 @@ jobs:
5450
- name: Checkout repository
5551
uses: actions/checkout@v2
5652

57-
- name: Download Siskin Builder
58-
run: |
59-
wget -q https://github.com/Siskin-framework/Builder/releases/download/0.3.3/Siskin-x64-libc.gz
60-
gunzip ./Siskin-x64-libc.gz
61-
mv ./Siskin-x64-libc ./siskin
62-
chmod +x ./siskin
63-
ls -la
53+
- name: Install Rebol
54+
uses: oldes/install-rebol@v3.5.3
6455

6556
- name: Build 64bit Rebol/Bulk using gcc
6657
run: ./siskin make/rebol3.nest %rebol3-bulk-x64-libc-gcc
@@ -90,13 +81,8 @@ jobs:
9081
- name: Checkout repository
9182
uses: actions/checkout@v2
9283

93-
- name: Download Siskin Builder
94-
run: |
95-
wget -q https://github.com/Siskin-framework/Builder/releases/download/0.3.3/Siskin-x64-osx.gz
96-
gunzip ./Siskin-x64-osx.gz
97-
mv ./Siskin-x64-osx ./siskin
98-
chmod +x ./siskin
99-
ls -la
84+
- name: Install Rebol
85+
uses: oldes/install-rebol@v3.5.3
10086

10187
- name: Build 64bit Rebol/Bulk using clang
10288
run: ./siskin make/rebol3.nest %rebol3-bulk-x64-osx
@@ -112,4 +98,4 @@ jobs:
11298
- uses: actions/upload-artifact@v2
11399
with:
114100
name: Rebol-CI-${{github.run_id}}
115-
path: ./rebol3-*.gz
101+
path: ./rebol3-*.gz

0 commit comments

Comments
 (0)