Skip to content

Commit 2b017a6

Browse files
committed
Use snap version of curl
1 parent e868b62 commit 2b017a6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Install apt dependencies
17-
run: |
18-
sudo apt-get update --yes --quiet
19-
sudo apt-get install curl --yes --quiet
16+
- name: Install new version of curl
17+
# Provides wcurl
18+
run: sudo snap install curl
2019

2120
- name: Set up Python ${{ matrix.python-version }}
2221
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)