File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
39
with :
40
40
submodules : false
41
+ - name : " Install depencies"
42
+ run : |
43
+ sudo apt-get update
44
+ sudo apt-get install -y cmake ninja-build clang lld git
41
45
- name : Check out runtime submodules
42
- run : sudo apt update & sudo apt install -y git & ./build_tools/scripts/git/update_runtime_submodules.sh
46
+ run : ./build_tools/scripts/git/update_runtime_submodules.sh
43
47
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
44
48
with :
45
49
# Must match the subset of versions built in pkgci_build_packages.
53
57
./build_tools/pkgci/setup_venv.py ${VENV_DIR} \
54
58
--artifact-path=${PACKAGE_DOWNLOAD_DIR} \
55
59
--fetch-gh-workflow=${{ inputs.artifact_run_id }}
56
- sudo apt install -y cmake ninja-build clang lld git
57
60
58
61
- name : Build tests
59
62
run : ./build_tools/pkgci/build_tests_using_package.sh ${VENV_DIR}/bin
You can’t perform that action at this time.
0 commit comments