Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-08 11:00:27 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-08 11:00:27 +0300
commitb58045b7d628ffee5c63dd8f6dcfc91e3bf4ff1d (patch)
treec0f4885144efa52a005e8fcaa39b048b1c14eb33
parentb7427a8b148cd1b233d2911c417f6a21d0c74c0d (diff)
Pipeline fix
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index baf0cb0..adc9f57 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -28,7 +28,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Get ARM toolchain
- run: sudo apt-get Setup gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
+ run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&