Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
.github/workflows/cygwin.yml: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 3, 2022
1 parent f8f5d5d commit 147797e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string

jobs:
cygwin-stage:
stage:
env:
MAKE: make -j8
SAGE_NUM_THREADS: 3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo'
C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.9 -m pip install tox'
C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e ${{ inputs.toxenv }} -- ${{ input.targets }}'
C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e ${{ inputs.toxenv }} -- ${{ inputs.targets }}'
- name: Prepare logs artifact
shell: bash
run: |
Expand Down

0 comments on commit 147797e

Please sign in to comment.