https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1f29f725d8811229001759c3089750a8f85109c9

commit 1f29f725d8811229001759c3089750a8f85109c9
Author:     Victor Perevertkin <victor.perevert...@reactos.org>
AuthorDate: Mon Aug 31 03:53:25 2020 +0300
Commit:     Victor Perevertkin <victor.perevert...@reactos.org>
CommitDate: Mon Aug 31 03:53:25 2020 +0300

    [GITHUB] Remove the hack for msvc-amd64 build
    Do not upload artifacts for msvc-amd64 as they are not bootable anyway
---
 .github/workflows/build.yml | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5c7d0ffc7dd..5cae31e3834 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -139,10 +139,7 @@ jobs:
     runs-on: windows-latest
     steps:
     - name: Install packages
-      # HACK: remove all packages which contain gcc binary
-      run: |
-         choco install ninja -y
-         choco uninstall mingw strawberryperl -y
+      run: choco install ninja -y
     - name: Install Flex and Bison
       run: |
         curl -O https://svn.reactos.org/storage/vperevertkin/flexbison.7z
@@ -171,13 +168,13 @@ jobs:
       run: |
         cmake --build . --target bootcd
         cmake --build . --target livecd
-    - name: Upload bootcd
-      uses: actions/upload-artifact@v1
-      with:
-        name: reactos-msvc-amd64-${{github.sha}}
-        path: build/bootcd.iso
-    - name: Upload livecd
-      uses: actions/upload-artifact@v1
-      with:
-        name: reactos-msvc-amd64-${{github.sha}}
-        path: build/livecd.iso
+    # - name: Upload bootcd
+    #   uses: actions/upload-artifact@v1
+    #   with:
+    #     name: reactos-msvc-amd64-${{github.sha}}
+    #     path: build/bootcd.iso
+    # - name: Upload livecd
+    #   uses: actions/upload-artifact@v1
+    #   with:
+    #     name: reactos-msvc-amd64-${{github.sha}}
+    #     path: build/livecd.iso

Reply via email to