Skip to content

Commit

Permalink
Merge branch 'ci-nodejs'
Browse files Browse the repository at this point in the history
  • Loading branch information
thisconnect committed Aug 26, 2024
2 parents 5fee303 + 6828303 commit 4b318b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Build macOS app
run: >
./scripts/github-ci.sh qt-osx;
Expand Down
3 changes: 0 additions & 3 deletions scripts/github-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ if [ "$OS_NAME" == "osx" ]; then
# this script.
go version
brew install qt@5
brew install nvm
source /usr/local/opt/nvm/nvm.sh
nvm install 20 # install this node version
export PATH="/usr/local/opt/qt@5/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/qt@5/lib"
export CPPFLAGS="-I/usr/local/opt/qt@5/include"
Expand Down

0 comments on commit 4b318b8

Please sign in to comment.