Skip to content

Commit 7e5fe0a

Browse files
Update publish.yml
1 parent deac586 commit 7e5fe0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14-
- name: Install dependencies
15-
run: |
16-
sudo apt-get install libcurl4-openssl-dev --fix-missing
14+
# - name: Install dependencies
15+
# run: |
16+
# sudo apt-get install libcurl4-openssl-dev --fix-missing
1717
- name: Check out repository
1818
uses: actions/checkout@v4
1919

0 commit comments

Comments
 (0)