Skip to content

Commit

Permalink
update github actions to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jun 8, 2023
1 parent 93791c5 commit 3cb1cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
luaVersion: ["5.4", "5.3", "5.2", "5.1"]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: install dependencies MacOS
if: matrix.os == 'macos-latest'
run: brew install coreutils gnu-sed
- name: install dependencies Linux
if: matrix.os == 'ubuntu-latest'
run: sudo apt install tcsh tcl tcl-dev uuid r-base r-base-dev cmake fish tclsh zsh ksh
- name: set up lua
uses: leafo/gh-actions-lua@v8.0.0
uses: leafo/gh-actions-lua@v10
with:
luaVersion: ${{ matrix.luaVersion }}
- name: install luarocks
uses: leafo/gh-actions-luarocks@v4.0.0
uses: leafo/gh-actions-luarocks@v4
- name: install lua dependencies
run: |
luarocks install luaposix
Expand Down

0 comments on commit 3cb1cec

Please sign in to comment.