Skip to content

Commit

Permalink
Add checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
flysand7 committed Oct 4, 2024
1 parent 7f91778 commit db2ce2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -15,6 +16,4 @@ jobs:
with:
luaVersion: "5.4.1"
- name: Build CLI
run: |
ls
lua build.lua
run: lua build.lua

0 comments on commit db2ce2a

Please sign in to comment.