Skip to content

Commit

Permalink
(ci) Disable install_windows job
Browse files Browse the repository at this point in the history
Temporary workaround for #398
  • Loading branch information
perlun committed Sep 22, 2023
1 parent 1f05e2a commit b1bdc58
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/perlang-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:
# GitHub actions is Powershell. We do not want to change to 'bash' for the
# other platforms though, since we want to ensure that the installer works on
# any POSIX compliant shell.
install_windows:
runs-on: windows-2019

steps:
- uses: actions/checkout@v1
- name: Run perlang-install script
run: ./scripts/perlang-install
shell: bash
- name: Output perlang version
run: $HOME/.perlang/nightly/bin/perlang --version
shell: bash
# Temporary disabled because Windows builds are currently broken:
# https://github.com/perlang-org/perlang/issues/398
# install_windows:
# runs-on: windows-2019
#
# steps:
# - uses: actions/checkout@v1
# - name: Run perlang-install script
# run: ./scripts/perlang-install
# shell: bash
# - name: Output perlang version
# run: $HOME/.perlang/nightly/bin/perlang --version
# shell: bash

0 comments on commit b1bdc58

Please sign in to comment.