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 59cc57c commit 8e14c53Copy full SHA for 8e14c53
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
id: cucumber-scenarios
41
run: bundle exec rake cucumber
42
spec:
43
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
44
container: ruby:latest
45
strategy:
46
fail-fast: false
spec/install_bash.sh
@@ -23,8 +23,6 @@ for patch in $(find .. -wholename "$patches" | sort); do
23
patch -f -p0 <$patch
24
done
25
26
-export CFLAGS="-std=c99"
27
-gcc -dM -E -x c /dev/null | grep -F __STDC_VERSION__
28
gcc -v
29
./configure --exec-prefix /
30
make
0 commit comments