Skip to content

Commit

Permalink
change edk2-stagging repo to tag 2024-tdvf-ww01.4
Browse files Browse the repository at this point in the history
Fix: #151

Signed-off-by: OuyangHang33 <[email protected]>
  • Loading branch information
OuyangHang33 committed Jan 31, 2024
1 parent df0f64a commit 0b53a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b53a2d

Please sign in to comment.