mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
[GITHUB] Remove the hack for msvc-amd64 build
Do not upload artifacts for msvc-amd64 as they are not bootable anyway
This commit is contained in:
parent
dde92f8ffa
commit
1f29f725d8
1 changed files with 11 additions and 14 deletions
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
|
@ -139,10 +139,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
# HACK: remove all packages which contain gcc binary
|
run: choco install ninja -y
|
||||||
run: |
|
|
||||||
choco install ninja -y
|
|
||||||
choco uninstall mingw strawberryperl -y
|
|
||||||
- name: Install Flex and Bison
|
- name: Install Flex and Bison
|
||||||
run: |
|
run: |
|
||||||
curl -O https://svn.reactos.org/storage/vperevertkin/flexbison.7z
|
curl -O https://svn.reactos.org/storage/vperevertkin/flexbison.7z
|
||||||
|
@ -171,13 +168,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cmake --build . --target bootcd
|
cmake --build . --target bootcd
|
||||||
cmake --build . --target livecd
|
cmake --build . --target livecd
|
||||||
- name: Upload bootcd
|
# - name: Upload bootcd
|
||||||
uses: actions/upload-artifact@v1
|
# uses: actions/upload-artifact@v1
|
||||||
with:
|
# with:
|
||||||
name: reactos-msvc-amd64-${{github.sha}}
|
# name: reactos-msvc-amd64-${{github.sha}}
|
||||||
path: build/bootcd.iso
|
# path: build/bootcd.iso
|
||||||
- name: Upload livecd
|
# - name: Upload livecd
|
||||||
uses: actions/upload-artifact@v1
|
# uses: actions/upload-artifact@v1
|
||||||
with:
|
# with:
|
||||||
name: reactos-msvc-amd64-${{github.sha}}
|
# name: reactos-msvc-amd64-${{github.sha}}
|
||||||
path: build/livecd.iso
|
# path: build/livecd.iso
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue