Skip to content

Commit 975b699

Browse files
committed
retrying just on windows
1 parent b2ea6aa commit 975b699

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ on:
99

1010
jobs:
1111

12-
linux:
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- uses: docker://debian:buster-slim
17-
- uses: actions/checkout@v2
18-
19-
- name: Execute script to build linux AppImage
20-
run: "build/linux/buildAppImage.sh"
21-
shell: bash
22-
23-
- uses: actions/upload-artifact@v2
24-
with:
25-
name: Linux AppImage (x86_64)
26-
path: dist/
12+
# linux:
13+
# runs-on: ubuntu-latest
14+
#
15+
# steps:
16+
# - uses: docker://debian:buster-slim
17+
# - uses: actions/checkout@v2
18+
#
19+
# - name: Execute script to build linux AppImage
20+
# run: "build/linux/buildAppImage.sh"
21+
# shell: bash
22+
#
23+
# - uses: actions/upload-artifact@v2
24+
# with:
25+
# name: Linux AppImage (x86_64)
26+
# path: dist/
2727

2828
windows:
2929
runs-on: windows-latest

0 commit comments

Comments
 (0)