Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Dec 10, 2024
1 parent e1321ee commit 6b4a60d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
- uses: hishamhm/gh-actions-luarocks@master
- name: Test
run: |
make dev
make
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.PHONY: build gen check test
.PHONY: dev build gen check test

build: compile check test build

dev:
luarocks install cyan

compile:
cyan build
luarocks build
Expand Down

0 comments on commit 6b4a60d

Please sign in to comment.