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 60343e4 commit c9ebebbCopy full SHA for c9ebebb
1 file changed
.github/workflows/c-cpp.yml
@@ -140,8 +140,7 @@ jobs:
140
- uses: actions/checkout@main
141
- name: setup CI system
142
run: |
143
- timeout 1200 sh .github/setup_ci.sh ${{ matrix.config }} ${{ matrix.target }} || \
144
- sh .github/setup_ci.sh ${{ matrix.config }} ${{ matrix.target }}
+ sh -c "timeout 1200 .github/setup_ci.sh ${{ matrix.config }} ${{ matrix.target }} || .github/setup_ci.sh ${{ matrix.config }} ${{ matrix.target }}"
145
env:
146
CYGWIN_SETUP: ${{ steps.cygwin_install.outputs.setup }}
147
- name: autoreconf
0 commit comments