fix warning and skip raspberrypi builds for now

This commit is contained in:
Matt Hill
2026-02-02 20:16:41 -07:00
parent 5664456b77
commit 2a678bb017
2 changed files with 7 additions and 4 deletions

View File

@@ -47,9 +47,8 @@ runs:
sudo rm -rf /usr/share/swift
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# BuildJet runners lack /opt/hostedtoolcache, which actions/setup-python requires
# BuildJet runners lack /opt/hostedtoolcache, which setup-python and setup-qemu expect
- name: Ensure hostedtoolcache exists
if: inputs.setup-python == 'true'
shell: bash
run: sudo mkdir -p /opt/hostedtoolcache && sudo chown $USER:$USER /opt/hostedtoolcache