Skip to content

Commit

Permalink
fix arch_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 committed Oct 3, 2023
1 parent 3be5f6e commit 03a3ba7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,22 @@ jobs:
cd toolchains;
tar -vxf gcc-x86_64; mv x86-64--glibc--stable-2022.08-1 gcc-x86_64-cross;
- uses: actions/checkout@v2
with:
path: dreamos

- name: Compile with gcc
run: >
PATH=$PATH:$GITHUB_WORKSPACE/toolcahins/gcc-x86_64-cross/bin;
cd dreamos;
ls;
make clean;
nasm -v;
make build
TOOLCHAIN=gcc
IS_WORKFLOW=1
ARCH_PREFIX=x86_64-elf
ARCH_PREFIX=x86_64-buildroot-linux-gnu
IMAGE_BASE_NAME=DreamOS64

0 comments on commit 03a3ba7

Please sign in to comment.