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

github.com/ClusterM/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-12-07 22:47:02 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-07 22:47:02 +0300
commit0142688568b0dfbc6d11d315946800b43e768414 (patch)
tree8dcd5744866e3d21c45f9f770be5f36cd453ae2b
parent49c6dc82b95ec44b6af4d59f2df5c92414c7782d (diff)
Pipeline
-rw-r--r--.github/workflows/build.yaml6
-rw-r--r--.github/workflows/release.yaml4
2 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 700eebc..e892fd9 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -1,4 +1,4 @@
-name: Build
+name: Build-test
on:
push:
@@ -28,7 +28,9 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Get ARM toolchain
- run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
+ run: >-
+ sudo apt update
+ sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 3d7a077..7c67af1 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -47,7 +47,9 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Get ARM toolchain
- run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
+ run: >-
+ sudo apt update
+ sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&