Skip to content

Commit

Permalink
Fix incorrect path for windows checks
Browse files Browse the repository at this point in the history
  • Loading branch information
claywar committed May 16, 2024
1 parent 82ee6f5 commit 98efaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ jobs:
- name: Enable Modules
shell: bash
run: |
.venv/bin/python3 << EOF
python3 << EOF
with open("modules/init.txt", "w") as f:
f.write("custom\n")
f.write("era\n")
Expand Down

0 comments on commit 98efaf4

Please sign in to comment.