mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fixed broken export
This commit is contained in:
@@ -18,12 +18,15 @@ jobs:
|
|||||||
usesh: true
|
usesh: true
|
||||||
copyback: false
|
copyback: false
|
||||||
prepare: |
|
prepare: |
|
||||||
export PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r | cut -d_ -f1)_${PKGSRC_BRANCH}/All" /usr/sbin/pkg_add pkgin
|
PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r | cut -d_ -f1)_${PKGSRC_BRANCH}/All" /usr/sbin/pkg_add pkgin
|
||||||
pkgin -y in llvm clang gmake git bash
|
pkgin -y in llvm clang gmake git bash python312
|
||||||
|
ln -s /usr/pkg/bin/python3.12 /usr/bin/python3
|
||||||
|
ln -s /usr/pkg/bin/bash /bin/bash
|
||||||
run: |
|
run: |
|
||||||
gmake release
|
gmake release
|
||||||
(cd tests/core; gmake)
|
(cd tests/core; gmake)
|
||||||
(cd tests/internal; gmake)
|
(cd tests/internal; gmake)
|
||||||
|
(cd tests/issues; ./run.sh)
|
||||||
build_linux:
|
build_linux:
|
||||||
name: Ubuntu Build, Check, and Test
|
name: Ubuntu Build, Check, and Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user