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:53 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-08 11:00:53 +0300
commit66ba66a7b95746a54162e1687a34e89ef0f13266 (patch)
treeb718d474e55302439b4ddedf83aaacfb8d3d63ef
parentb58045b7d628ffee5c63dd8f6dcfc91e3bf4ff1d (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 adc9f57..78e67f7 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -116,7 +116,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Setup argp
- run: brew Setup argp-standalone
+ run: brew install argp-standalone
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&