Skip to content

Commit

Permalink
Check if we can get to opensource.org via curl
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 13, 2024
1 parent 2e7ff4a commit ed677f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Try curl to get to opensource.org
run: |
curl -I https://opensource.org/ \
--http1.1 \
-H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0 Sphinx/7.2.6" \
-H "Accept-Encoding: gzip, deflate" \
-H "Accept: */*" \
-H "Connection: keep-alive"
- name: Install Requirements
run: |
pip install --upgrade pip
Expand Down

0 comments on commit ed677f5

Please sign in to comment.