Skip to content

Commit

Permalink
move sudo install up
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiyysu committed Jan 6, 2025
1 parent 5f49858 commit 530b479
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkgci_test_amd_mi300.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
with:
submodules: false
- name: Check out runtime submodules
run: ./build_tools/scripts/git/update_runtime_submodules.sh
run: |
sudo apt install -y cmake ninja-build clang lld 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 All @@ -53,7 +55,7 @@ jobs:
./build_tools/pkgci/setup_venv.py ${VENV_DIR} \
--artifact-path=${PACKAGE_DOWNLOAD_DIR} \
--fetch-gh-workflow=${{ inputs.artifact_run_id }}
sudo apt install -y cmake ninja-build clang lld git
- name: Build tests
run: ./build_tools/pkgci/build_tests_using_package.sh ${VENV_DIR}/bin
Expand Down

0 comments on commit 530b479

Please sign in to comment.