Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 committed Oct 3, 2023
1 parent c956f4d commit bf728c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
cd dreamos;
ls;
make clean;
nasm -v
make build TOOLCHAN=gcc
nasm -v;
make build
TOOLCHAIN=gcc
IS_WORKFLOW=1
ARCH_PREFIX=x86_64-elf
IMAGE_BASE_NAME=DreamOS64
Expand Down

0 comments on commit bf728c4

Please sign in to comment.