We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa44196 commit efd8233Copy full SHA for efd8233
.github/workflows/ci.yaml
@@ -46,6 +46,7 @@ jobs:
46
if: "!contains(github.event.head_commit.message, '[ci skip]')"
47
needs: [build]
48
runs-on: ${{ matrix.os }}
49
+ container: ${{ matrix.container }}
50
continue-on-error: ${{ matrix.experimental }}
51
strategy:
52
fail-fast: false
@@ -59,7 +60,12 @@ jobs:
59
60
experimental: false
61
- os: windows-latest
62
shell: cygwin
- experimental: true
63
+ experimental: false
64
+ - os: ubuntu-latest
65
+ container: alpine
66
+ shell: sh
67
68
+
69
steps:
70
- name: Disable autocrlf
71
if: "contains(matrix.os, 'windows-latest')"
0 commit comments