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 16:23:20 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-21 16:23:20 +0300
commitaa21172fd702b4acb10918ac840cc84a3ade2bfb (patch)
tree3482f7d98dccdde6501d41d89812b9a2f28ca8de
parentb872f2b203ef1b3b33238b09ff18e63e88611599 (diff)
Removed make copy for Windows
-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 786d779..0d46ea3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -189,9 +189,6 @@ jobs:
- name: Build nesasm for Win-x64
shell: msys2 {0}
run: make -C tools_sources/nesasm/source EXEDIR=../../../${{ env.TOOLS_DIR }}
- - name: Copy make to the tools directory
- shell: msys2 {0}
- run: cp -vf "`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
shell: msys2 {0}
run: make -C ${{ env.OUTPUT_DIR }} all