Tweaked 4-byte alignment function

Fixed #140

Thanks @8051enthusiast
This commit is contained in:
2024-10-14 02:07:24 +11:00
parent a51c5591ee
commit 694e262ee2
3 changed files with 18 additions and 14 deletions

View File

@@ -50,6 +50,7 @@ jobs:
commands:
- { build: make repl, run: out/repl.exe -f '../scripts/example.toy' }
- { build: make repl, run: out/repl.exe -f '../scripts/example-print.toy' }
- { build: make repl, run: out/repl.exe -f '../scripts/example-variables.toy' }
runs-on: ${{ matrix.platforms.os }}
steps: