Update test.yml

This commit is contained in:
Bob 2021-08-02 16:08:38 -04:00
parent 269fa2361c
commit 67991c238e
1 changed files with 6 additions and 4 deletions

View File

@ -13,10 +13,12 @@ jobs:
# This workflow contains a single job called "build" # This workflow contains a single job called "build"
build: build:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: openscad/mxe-x86_64-deps runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
- name: Render and build OpenSCAD project
uses: flat35hd99/eval-openscad@v0.2
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -29,5 +31,5 @@ jobs:
run: | run: |
echo Add other actions to build, echo Add other actions to build,
echo test, and deploy your project. echo test, and deploy your project.
- name: Check if openscad is installed - name: Check if openscad is installed
run: which openscad run: which openscad