Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Jul 19, 2023
1 parent 2952bcb commit ee637ac
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,14 @@ jobs:
- uses: actions/checkout@v3

# Runs a single command using the runners shell
- name: get SSL thing for github api
run: curl -v https://raw.githubusercontent.com
- name: this will work
run: |
curl --version
curl -v https://raw.githubusercontent.com
# Runs a single command using the runners shell
- name: update curl
run: sudo apt update -y && sudo apt-get install --fix-missing -y libcurl4-openssl-dev
- name: this will fail
run: |
curl --version
curl -v https://raw.githubusercontent.com

0 comments on commit ee637ac

Please sign in to comment.