Skip to content

Commit

Permalink
lua action needs a compiler installed, multiarch linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Oct 12, 2023
1 parent b6c7781 commit 0132597
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Prepare environment
uses: microsoft/[email protected]

- uses: leafo/gh-actions-lua@v10
with:
luaVersion: 5.4
Expand Down Expand Up @@ -65,9 +68,6 @@ jobs:
# cd .\luarocks\luarocks-3.9.2-win32\
# .\win32\lua5.1\bin\lua5.1.exe .\install.bat /L /NOADMIN /P ..\lr-install

- name: Prepare environment
uses: microsoft/[email protected]

- name: Build
working-directory: ${{ github.workspace }}
shell: bash
Expand Down Expand Up @@ -110,10 +110,12 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt-get -qq update
sudo apt-get -y install gcc-multilib g++-multilib
sudo apt-get -y install libgtk2.0-dev:i386 libnotify-dev:i386
else
sudo apt-get -qq update
sudo apt-get -y install libgtk2.0-dev libnotify-dev
fi
sudo apt-get -y install scons lua5.4 lua-filesystem libgtk2.0-dev libnotify-dev
sudo apt-get -y install scons lua5.4 lua-filesystem
- name: Build
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 0132597

Please sign in to comment.