action debug
This commit is contained in:
parent
773bc131d3
commit
4b05178b09
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -15,10 +15,10 @@ jobs:
|
|||
steps:
|
||||
- name: arm env
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev build-essential bison flex libssl-dev bc
|
||||
apt-get install -y gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
|
||||
apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
|
||||
apt-get update
|
||||
apt-get install -y libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev build-essential bison flex libssl-dev bc
|
||||
apt-get install -y gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
|
||||
apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
|
||||
|
||||
- name: Setup Cache
|
||||
uses: actions/cache@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue