fix: install-tools use sudo

This commit is contained in:
tqcq
2025-12-23 17:41:11 +08:00
parent a05841b2b3
commit 0e4ae34a38

View File

@@ -40,8 +40,8 @@ jobs:
submodules: true submodules: true
- name: install-tools - name: install-tools
run: | run: |
apt-get update -y sudo apt-get update -y
apt-get install -y ninja-build sudo apt-get install -y ninja-build
- name: build - name: build
run: | run: |