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-11-21 15:25:24 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-21 15:25:24 +0300
commit4bbf90fe30658595c79e7fa33dd0eee928a983c9 (patch)
treebc81541554cb0df442f9ad4d385078dc4abaa5fb
parent793c1559cfd9bcbaea46e5e6610d8a969d3a7852 (diff)
MacOS pipeline fix
-rw-r--r--.github/workflows/build.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 67766c8..786d779 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -133,9 +133,6 @@ jobs:
run: make -C tools_sources/nesasm/source EXEDIR=../../../${{ env.TOOLS_DIR }}
- name: Remove unnecessary files
run: rm -f ${{ env.TOOLS_DIR }}/*.md
- - name: Copy make to the tools directory
- shell: msys2 {0}
- run: cp "`which make`" "${{ env.TOOLS_DIR }}" ; for f in `cygcheck make | grep .dll | grep msys` ; do cp -vf `cygpath "$f"` "${{ env.TOOLS_DIR }}" ; done
- name: Test build
run: make -C ${{ env.OUTPUT_DIR }} all
- name: Clean