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

github.com/ClusterM/coolboy-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:51:39 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-07 22:51:39 +0300
commit2b37d786e72cc41607fa13e0e407e09e602f1b73 (patch)
tree414f70881704369503b8ee8cac05e77606d8dce6
parent9f199ae0e02196273dcd608ac0dc262f546cf3a7 (diff)
Pipeline
-rw-r--r--.github/workflows/build.yaml4
-rw-r--r--.github/workflows/release.yaml2
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 66ffc40..5787b05 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -1,4 +1,4 @@
-name: Build
+name: Build test
on:
push:
@@ -27,6 +27,8 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
+ - name: apt-get update
+ run: sudo apt-get update
- name: Get ARM toolchain
run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- name: Copy main files
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index c5dccf3..7c61769 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -46,6 +46,8 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
+ - name: apt-get update
+ run: sudo apt-get update
- name: Get ARM toolchain
run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- name: Copy main files