Fix build (#6311)
This commit is contained in:
parent
b23db97a28
commit
580a40eaf4
|
@ -26,7 +26,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- windows-latest
|
- windows-2019
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
smoke-test-suite:
|
smoke-test-suite:
|
||||||
- jetty
|
- jetty
|
||||||
|
@ -38,14 +38,14 @@ jobs:
|
||||||
- wildfly
|
- wildfly
|
||||||
- other
|
- other
|
||||||
exclude:
|
exclude:
|
||||||
- os: ${{ inputs.skip-windows && 'windows-latest' || '' }}
|
- os: ${{ inputs.skip-windows && 'windows-2019' || '' }}
|
||||||
- os: windows-latest
|
- os: windows-2019
|
||||||
smoke-test-suite: websphere
|
smoke-test-suite: websphere
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Support long paths
|
- name: Support long paths
|
||||||
run: git config --system core.longpaths true
|
run: git config --system core.longpaths true
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-2019'
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue