Skip to content

Test this branch (temporarily) #2

Test this branch (temporarily)

Test this branch (temporarily) #2

Workflow file for this run

name: "Run"
on: [pull_request, push]
jobs:
defaults:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: agriyakhetarpal/setup-emsdk@update-to-cache-v4
- name: Verify
run: emcc -v
actions-use-cache-test:
runs-on: ubuntu-latest
steps:
- name: Setup emsdk (use cache if found, create otherwise)
uses: agriyakhetarpal/setup-emsdk@update-to-cache-v4
with:
version: 4.0.9
actions-cache-folder: 'emsdk-cache-folder'
no-cache: true
- name: Verify
run: emcc -v
no-install:
runs-on: ubuntu-latest
steps:
- uses: agriyakhetarpal/setup-emsdk@update-to-cache-v4
with:
no-install: true
- name: Verify
run: emsdk list
tot:
runs-on: ubuntu-latest
steps:
- name: Setup emsdk (use cache if found, create otherwise)
uses: agriyakhetarpal/setup-emsdk@update-to-cache-v4
with:
version: tot
no-cache: true
update-tags: true
- name: Verify
run: emcc -v