Skip to content

Fix error2.

Fix error2. #14

name: macos-64bit-docker
on: [push]
jobs:
build:
runs-on: macos-14
steps:
- name: dist
run: |

Check failure on line 12 in .github/workflows/macos14-64bit-docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/macos14-64bit-docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
brew update
brew upgrade
brew install --HEAD colima
brew install docker
colima delete
colima start --arch x86_64
docker pull johnoel/admb-13.2:linux-arm64
cd examples/admb/simple
docker run --env LDFLAGS=-static --rm --volume $PWD:/simple --workdir /simple johnoel/admb-13.2:linux simple.tpl
docker run --env LDFLAGS=-static --rm --volume $PWD:/simple --workdir /simple --entrypoint ./simple johnoel/admb-13.2:linux
colima stop