Skip to content

Commit

Permalink
Disable Windows build for being utterly broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
my-name-is-lad committed Jul 25, 2024
1 parent 0a81d04 commit 1dbdb2f
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions .github/workflows/github-actions-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,39 +247,39 @@ jobs:
file: compaREST-macOS-x86.zip
tag: ${{ github.ref }}

Linux-Windows:
needs: check_versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Common setup
uses: ./.github/actions/common_setup
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Build Windows binary
run: |
cp -LR $(nix-build -A WindowsCompaRESTBin -j auto --no-out-link)/bin compaREST
- name: Upload Windows compaREST bundle
uses: actions/upload-artifact@v2
with:
name: compaREST binary – Windows
path: compaREST

- name: Zip Release Assets
if: github.event_name == 'release'
shell: bash
run: |
zip -r compaREST-Windows.zip compaREST
- name: Upload compaREST binary – Windows to release
if: github.event_name == 'release'
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: compaREST-Windows.zip
tag: ${{ github.ref }}
# Linux-Windows:
# needs: check_versions
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: recursive
#
# - name: Common setup
# uses: ./.github/actions/common_setup
# with:
# authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
#
# - name: Build Windows binary
# run: |
# cp -LR $(nix-build -A WindowsCompaRESTBin -j auto --no-out-link)/bin compaREST
#
# - name: Upload Windows compaREST bundle
# uses: actions/upload-artifact@v2
# with:
# name: compaREST binary – Windows
# path: compaREST
#
# - name: Zip Release Assets
# if: github.event_name == 'release'
# shell: bash
# run: |
# zip -r compaREST-Windows.zip compaREST
#
# - name: Upload compaREST binary – Windows to release
# if: github.event_name == 'release'
# uses: svenstaro/[email protected]
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: compaREST-Windows.zip
# tag: ${{ github.ref }}

0 comments on commit 1dbdb2f

Please sign in to comment.