mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
if: runner.os == 'Linux', with single quotes
This commit is contained in:
@@ -49,7 +49,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
docker system prune -a --volumes
|
docker system prune -a --volumes
|
||||||
sudo apt remove -y *docker*
|
sudo apt remove -y *docker*
|
||||||
if: runner.os == "Linux"
|
if: runner.os == 'Linux'
|
||||||
|
|
||||||
- name: Update system dependencies
|
- name: Update system dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -58,13 +58,13 @@ runs:
|
|||||||
sudo apt upgrade -y
|
sudo apt upgrade -y
|
||||||
sudo apt autoremove -y
|
sudo apt autoremove -y
|
||||||
sudo apt clean
|
sudo apt clean
|
||||||
if: runner.os == "Linux"
|
if: runner.os == 'Linux'
|
||||||
|
|
||||||
- name: Install rootless Docker
|
- name: Install rootless Docker
|
||||||
uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19
|
uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19
|
||||||
with:
|
with:
|
||||||
rootless: true
|
rootless: true
|
||||||
if: runner.os == "Linux"
|
if: runner.os == 'Linux'
|
||||||
|
|
||||||
# - name: Cache Rust
|
# - name: Cache Rust
|
||||||
# uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43
|
# uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43
|
||||||
|
|||||||
Reference in New Issue
Block a user