Skip to content

Commit

Permalink
github: Use target or1k-elf when configuring
Browse files Browse the repository at this point in the history
This is needed for the testsuite to be setup correctly
  • Loading branch information
stffrdhrn authored and jeremybennett committed Aug 17, 2023
1 parent 0386f2b commit 84d285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: build or1ksim
run: |
./configure --prefix=/opt/or1k
./configure --prefix=/opt/or1k --target=or1k-elf
make -j $(nproc)
make DESTDIR=$PWD/install install
Expand Down

0 comments on commit 84d285c

Please sign in to comment.