fix rerun can't find git repository
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 11m19s
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 11m19s
This commit is contained in:
parent
1dbb1d87f5
commit
49a9da81d5
@ -28,6 +28,10 @@ jobs:
|
|||||||
linux-gcc-mips64el:
|
linux-gcc-mips64el:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: cache-qemu
|
- name: cache-qemu
|
||||||
id: cache-qemu
|
id: cache-qemu
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
@ -70,10 +74,6 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install g++-mips64el-linux-gnuabi64
|
sudo apt-get install g++-mips64el-linux-gnuabi64
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user