Switched to new toolchain builds
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -5,7 +5,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: NickelMenu
|
name: NickelMenu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: docker.io/geek1011/kobo-toolchain:latest
|
container: docker.pkg.github.com/geek1011/nickeltc/nickeltc:1.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|||||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -5,7 +5,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: NickelMenu
|
name: NickelMenu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: docker.io/geek1011/kobo-toolchain:latest
|
container: docker.pkg.github.com/geek1011/nickeltc/nickeltc:1.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user