fix remove uses
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 3m31s

This commit is contained in:
tqcq 2023-12-05 17:30:48 +08:00
parent 0fbcb86839
commit f88790037c

View File

@ -45,8 +45,8 @@ jobs:
sudo apt-get install -y autoconf automake autotools-dev ninja-build sudo apt-get install -y autoconf automake autotools-dev ninja-build
- name: checkout-qemu - name: checkout-qemu
#uses: actions/checkout@v4
if: steps.cache-qemu.outputs.cache-hit != 'true' if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v4
run: | run: |
mkdir qemu && cd qemu mkdir qemu && cd qemu
git init git init