Skip to content

Commit

Permalink
fix(ci): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwagner committed Jan 19, 2024
1 parent a2d6b7b commit 038a291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: "Run tests w/ dynamic linking (experimental)"
continue-on-error: true
run: |
$env:PATH += ";$(Get-Loction)\ext\luajit"
$env:PATH += ";$(Get-Location)\ext\luajit"
crystal spec -Dpreview_dll

0 comments on commit 038a291

Please sign in to comment.