File tree Expand file tree Collapse file tree 5 files changed +13
-1
lines changed
Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v2
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v3
20+ - name : Install cURL Headers
21+ run : |
22+ sudo apt-get -y install libcurl4 libcurl3-gnutls libcurl4-openssl-dev
2023 - name : Setup Ruby & Bundle
2124 uses : ruby/setup-ruby@v1
2225 with :
Original file line number Diff line number Diff line change 2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout@v3
28+ - name : Install cURL Headers
29+ run : |
30+ sudo apt-get -y install libcurl4 libcurl3-gnutls libcurl4-openssl-dev
2831 - name : Setup Ruby & Bundle
2932 uses : ruby/setup-ruby@v1
3033 with :
Original file line number Diff line number Diff line change 3535 cc_test_reporter_id : ${{ secrets.CC_TEST_REPORTER_ID }}
3636 - name : Checkout
3737 uses : actions/checkout@v3
38+ - name : Install cURL Headers
39+ run : |
40+ sudo apt-get -y install libcurl4 libcurl3-gnutls libcurl4-openssl-dev
3841 - name : Setup Ruby & Bundle
3942 uses : ruby/setup-ruby@v1
4043 with :
Original file line number Diff line number Diff line change 2929 steps :
3030 - name : Checkout
3131 uses : actions/checkout@v3
32+ - name : Install cURL Headers
33+ run : |
34+ sudo apt-get -y install libcurl4 libcurl3-gnutls libcurl4-openssl-dev
3235 - name : Setup Ruby & Bundle
3336 uses : ruby/setup-ruby@v1
3437 with :
You can’t perform that action at this time.
0 commit comments