Skip to content

Commit

Permalink
adding binutils to webOS build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Dec 26, 2022
1 parent 17ff066 commit afcb0fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
with:
node-version: 16

- name: Install webOS CLI
run: sudo npm install -g @webosose/ares-cli

- name: Install Compatibility checker
run: sudo npm install -g @webosbrew/compat-checker

- name: Install webOS NDK
id: webos-ndk
uses: webosbrew/setup-webos-ndk-action@main

- name: Install Binutils (for @webosbrew/compat-checker)
run: sudo apt-get -y -qq install binutils

- name: Install webOS CLI & Compatibility checker
run: sudo npm install -g @webosose/ares-cli @webosbrew/compat-checker

- name: Build
env:
TOOLCHAIN_FILE: ${{steps.webos-ndk.outputs.cmake-toolchain}}
Expand Down

0 comments on commit afcb0fe

Please sign in to comment.