Commit 0e4ae34a authored by tqcq's avatar tqcq
Browse files

fix: install-tools use sudo

parent a05841b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@ jobs:
        submodules: true
    - name: install-tools
      run: |
        apt-get update -y
        apt-get install -y ninja-build
        sudo apt-get update -y
        sudo apt-get install -y ninja-build

    - name: build
      run: |