summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bleeding.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 435141e56..a454c1f82 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -41,14 +41,10 @@ jobs:
- os: macos-10.15
- os: windows-2019
args: --64bit
- - os: windows-2019
- args: --32bit
- os: macos-10.15
args: --debug
- os: windows-2019
args: --64bit --debug
- - os: windows-2019
- args: --32bit --debug
runs-on: "${{ matrix.os }}"
timeout-minutes: 30
steps:
@@ -78,9 +74,6 @@ jobs:
sed -i '' '/.-d., .--debug.,/s/$/ default=True,/' qutebrowser/qutebrowser.py
- name: Run tox
run: "tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token ${{ secrets.GITHUB_TOKEN }} ${{ matrix.args }}"
- - name: Wait 90s to avoid upload errors
- if: "contains(matrix.args, '--32bit')"
- run: "sleep 90"
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: