Skip to content

Commit 84d285c

Browse files
stffrdhrnjeremybennett
authored andcommitted
github: Use target or1k-elf when configuring
This is needed for the testsuite to be setup correctly
1 parent 0386f2b commit 84d285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: build or1ksim
3939
run: |
40-
./configure --prefix=/opt/or1k
40+
./configure --prefix=/opt/or1k --target=or1k-elf
4141
make -j $(nproc)
4242
make DESTDIR=$PWD/install install
4343

0 commit comments

Comments
 (0)