Skip to content

Commit

Permalink
ci: disable windows, disable debug shell on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Oct 30, 2024
1 parent d859ba8 commit 2b3490e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ jobs:
files: |
bin/scenic.AppImage
- name: DEBUG SHELL
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
# - name: DEBUG SHELL
# uses: mxschmitt/action-tmate@v3
# if: ${{ failure() }}
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
#if: ${{ false }} # disable for now
if: ${{ false }} # disable for now
runs-on: windows-2019
env:
SBCL_VERSION: 2.1.9
Expand Down

0 comments on commit 2b3490e

Please sign in to comment.