Simplify and standardise actions.

This commit is contained in:
Dave Page
2023-04-05 15:01:11 +01:00
parent 6969d5c16f
commit 401358568a
6 changed files with 24 additions and 38 deletions

View File

@@ -19,17 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install platform dependencies
run: |
sudo apt update
sudo apt install -y nodejs npm
- name: Install Node dependencies
run: sudo npm install --global yarn
- name: Install Node modules
run: |
export CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
cd web
yarn install