diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4bf4473..ef3850d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout sources - TDVF run: | rm -rf ../vtpm-tdvf - git clone --recursive --single-branch -b TDVF https://github.com/tianocore/edk2-staging ../vtpm-tdvf + git clone --recursive --single-branch -b 2024-tdvf-ww01.4 https://github.com/tianocore/edk2-staging ../vtpm-tdvf - name: Build vTPM td run: | diff --git a/README.md b/README.md index fcc073d..1228df8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ mkdir vtpm-td mkdir vtpm-tdvf git clone --recursive https://github.com/intel/vtpm-td.git vtpm-td -git clone --recursive --single-branch -b TDVF https://github.com/tianocore/edk2-staging vtpm-tdvf +git clone --recursive --single-branch -b 2024-tdvf-ww01.4 https://github.com/tianocore/edk2-staging vtpm-tdvf export CC=clang export AR=llvm-ar