mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 21:24:49 +02:00
ci: revert previous i686 change (#593)
Reverts #592, this was done incorrectly, I changed the wrong thing and I also didn't need to change said thing.
This commit is contained in:
parent
3c51245d35
commit
31072d1952
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
- {
|
- {
|
||||||
os: "ubuntu-18.04",
|
os: "ubuntu-18.04",
|
||||||
target: "i686-unknown-linux-gnu",
|
target: "i686-unknown-linux-gnu",
|
||||||
cross: false,
|
cross: true,
|
||||||
strip: true,
|
strip: true,
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@ -143,13 +143,6 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
target: ${{ matrix.triple.target }}
|
target: ${{ matrix.triple.target }}
|
||||||
|
|
||||||
- name: Install gcc-multilib for (Linux i686)
|
|
||||||
if: matrix.triple.target == 'i686-unknown-linux-gnu' || matrix.triple.target == 'i686-unknown-linux-musl'
|
|
||||||
run: |
|
|
||||||
sudo dpkg --add-architecture i386
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install gcc-multilib -y
|
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.triple.target }}
|
key: ${{ matrix.triple.target }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user