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"
build:
# 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:
- 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
- uses: actions/checkout@v2