Skip to content

Commit

Permalink
fix(ci): update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcampos committed Nov 12, 2024
1 parent 2321815 commit 90c5358
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,10 @@ jobs:
path: ${{ steps.vars.outputs.nvim_test_path }}
key: ${{ runner.os }}-nvim-test-${{ matrix.version }}

# - name: Install dependencies
# run: |
# sudo apt-get update
# sudo apt-get install -y autoconf automake build-essential cmake gcc-11 gettext gperf libtool-bin locales ninja-build pkg-config unzip

- name: Setup lua
uses: leafo/gh-actions-lua@v9
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit"
luaVersion: "luajit-openresty"

- name: Setup luarocks
uses: leafo/gh-actions-luarocks@v4
Expand All @@ -63,8 +58,8 @@ jobs:
make unittest
- name: Check formatting
uses: JohnnyMorganz/stylua-action@v2
uses: JohnnyMorganz/stylua-action@v4
with:
version: v0.17.1
version: v0.20.0
token: ${{ secrets.GITHUB_TOKEN }}
args: --check lua/ test/

0 comments on commit 90c5358

Please sign in to comment.