Skip to content

Commit

Permalink
temp fix for linker error (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
riaqn authored Dec 12, 2022
1 parent e2d0d9e commit 0ac7fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: i386
config: CC='cc32' AS='as --32' ASPP='gcc -m32 -c' -host i386-linux PARTIALLD='ld -r -melf_i386'
os: ubuntu-latest
os: ubuntu-20.04
ocamlparam: ''
boot_config: CC='cc32' AS='as --32' ASPP='gcc -m32 -c' -host i386-linux PARTIALLD='ld -r -melf_i386'
boot_cachekey: 32bit
Expand Down

0 comments on commit 0ac7fdd

Please sign in to comment.