Skip to content

bartjuw is building libantimonyjs #6

bartjuw is building libantimonyjs

bartjuw is building libantimonyjs #6

name: build-libantimoyjs-github-actions
run-name: ${{ github.actor }} is building libantimonyjs
on: [push]
jobs:
build-new-version-antimonyjs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v
- name: get emscripten
run: git clone https://github.com/emscripten-core/emsdk.git
- name: install emscripten sdk
run: cd emsdk
run: chmod +x emsdk.sh

Check failure on line 18 in .github/workflows/build-libantimonyjs-github-actions.yml

View workflow run for this annotation

GitHub Actions / build-libantimoyjs-github-actions

Invalid workflow file

The workflow is not valid. .github/workflows/build-libantimonyjs-github-actions.yml (Line: 18, Col: 9): 'run' is already defined .github/workflows/build-libantimonyjs-github-actions.yml (Line: 19, Col: 9): 'run' is already defined
run: ./emsdk install 3.1.20
working-directory: emsdk
- run: pwd