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

This commit is contained in:
Matthew Rich 2024-05-25 18:18:07 -07:00
parent 75580d564d
commit 56afd5f2cf

View File

@ -29,6 +29,7 @@ jobs:
- name: Check out code - name: Check out code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: apk add luajit-dev
- name: Get packages - name: Get packages
run: go get ./... run: go get ./...