Skip to content

Commit

Permalink
Add git update
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiyysu committed Jan 7, 2025
1 parent e841660 commit a7696c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgci_test_amd_mi300.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
submodules: false
- name: Check out runtime submodules
run: sudo apt install -y cmake ninja-build clang lld git & ./build_tools/scripts/git/update_runtime_submodules.sh
run: sudo apt update & sudo apt install -y git & ./build_tools/scripts/git/update_runtime_submodules.sh
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
# Must match the subset of versions built in pkgci_build_packages.
Expand Down

0 comments on commit a7696c9

Please sign in to comment.