debug deps in lint job
Some checks failed
Lint / golangci-lint (push) Failing after 9m43s
Declarative Tests / test (push) Successful in 21s

This commit is contained in:
Matthew Rich 2024-05-25 20:55:01 -07:00
parent 56afd5f2cf
commit a9fd9f3624

View File

@ -29,7 +29,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- run: apk add luajit-dev
- run: apt-get -y update && apt-get -y install libluajit-5.1-dev
- name: Get packages
run: go get ./...