Skip to content

v3.17.0

v3.17.0 #28

Workflow file for this run

name: 'Test Rebol download'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- uses: actions/checkout@v3
- id: download-rebol
name: Downloading Rebol
uses: ./
- name: Test Rebol
env:
REBOL3: ${{ steps.download-rebol.outputs.REBOL3 }}
run: $REBOL3 -v
shell: bash