Skip to content

Commit

Permalink
➕ Install xmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 6, 2024
1 parent a72483d commit ad01525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo add-apt-repository ppa:xmake-io/xmake
sudo apt-get -y update
sudo apt-get -y install xmake
- uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
Expand Down

0 comments on commit ad01525

Please sign in to comment.