mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-22 09:17:39 +02:00
CI: Fixed nolto tests.
This commit is contained in:
parent
517e906518
commit
fbcfdbc069
4
.github/workflows/build_nolto.yaml
vendored
4
.github/workflows/build_nolto.yaml
vendored
@ -30,12 +30,12 @@ jobs:
|
||||
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/edk2-stable202305-rebase/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
- name: Prepare efibuild.sh
|
||||
run: |
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/edk2-stable202305-rebase/efibuild.sh || exit 1
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
ln -s `pwd` UDK
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user