mirror of
https://github.com/nineties/planckforth
synced 2025-01-14 08:01:27 +01:00
fix typo
This commit is contained in:
parent
95b32b31ee
commit
173170cd17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/runtest.yml
vendored
2
.github/workflows/runtest.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkpoint@v1
|
- uses: actions/checkout@v1
|
||||||
- name: i386-linux handwrite
|
- name: i386-linux handwrite
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue