diff --git a/.github/workflows/build_arm.yaml b/.github/workflows/build_arm.yaml index 2e04630721..02571f7190 100644 --- a/.github/workflows/build_arm.yaml +++ b/.github/workflows/build_arm.yaml @@ -30,12 +30,12 @@ jobs: - name: CI Bootstrap run: | - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1 + src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/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/master/efibuild.sh || exit 1 + curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1 chmod +x ./efibuild.sh ln -s `pwd` UDK @@ -132,12 +132,12 @@ jobs: - name: CI Bootstrap run: | - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1 + src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/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/master/efibuild.sh || exit 1 + curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1 chmod +x ./efibuild.sh ln -s `pwd` UDK @@ -225,7 +225,7 @@ jobs: uses: actions/checkout@v3 with: repository: acidanthera/ocbuild - ref: master + ref: audk-stable-202311 path: ./ - name: Install dependencies diff --git a/.github/workflows/build_common.yml b/.github/workflows/build_common.yml index 12c621eca2..468227c182 100644 --- a/.github/workflows/build_common.yml +++ b/.github/workflows/build_common.yml @@ -40,12 +40,12 @@ jobs: - name: CI Bootstrap run: | - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1 + src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/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/master/efibuild.sh || exit 1 + curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1 chmod +x ./efibuild.sh ln -s `pwd` UDK @@ -154,12 +154,12 @@ jobs: - name: CI Bootstrap run: | - src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1 + src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/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/master/efibuild.sh || exit 1 + curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1 chmod +x ./efibuild.sh cmd <<< "mklink /D .\\UDK .\\" > /dev/null diff --git a/.github/workflows/build_nolto.yaml b/.github/workflows/build_nolto.yaml index acc9863cbc..f78b9a5ff1 100644 --- a/.github/workflows/build_nolto.yaml +++ b/.github/workflows/build_nolto.yaml @@ -30,12 +30,12 @@ jobs: - name: CI Bootstrap run: | - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1 + src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/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/master/efibuild.sh || exit 1 + curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1 chmod +x ./efibuild.sh ln -s `pwd` UDK @@ -373,7 +373,7 @@ jobs: uses: actions/checkout@v3 with: repository: acidanthera/ocbuild - ref: master + ref: audk-stable-202311 path: ./ - name: Install dependencies @@ -475,7 +475,7 @@ jobs: uses: actions/checkout@v3 with: repository: acidanthera/ocbuild - ref: master + ref: audk-stable-202311 path: ./ - name: Install dependencies diff --git a/.github/workflows/build_x86.yaml b/.github/workflows/build_x86.yaml index 6d34493804..fe58213caf 100644 --- a/.github/workflows/build_x86.yaml +++ b/.github/workflows/build_x86.yaml @@ -42,12 +42,12 @@ jobs: - name: CI Bootstrap run: | - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1 + src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/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/master/efibuild.sh || exit 1 + curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1 chmod +x ./efibuild.sh ln -s `pwd` UDK @@ -152,12 +152,12 @@ jobs: - name: CI Bootstrap run: | - src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1 + src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/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/master/efibuild.sh || exit 1 + curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1 chmod +x ./efibuild.sh cmd <<< "mklink /D .\\UDK .\\" > /dev/null @@ -578,7 +578,7 @@ jobs: uses: actions/checkout@v3 with: repository: acidanthera/ocbuild - ref: master + ref: audk-stable-202311 path: ./ - name: Install dependencies