Skip to content

Commit 45ef67d

Browse files
committed
test
1 parent 77da7a1 commit 45ef67d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,13 @@ jobs:
9292
matrix:
9393
include:
9494
- os: ubuntu-latest
95-
command: sudo curl -sL https://ela.st/docs-builder-install | sh
95+
command: curl -sL https://ela.st/docs-builder-install | sh
9696
- os: macos-latest
9797
command: curl -sL https://ela.st/docs-builder-install | sh
9898
- os: windows-latest
9999
command: iex (New-Object System.Net.WebClient).DownloadString('https://ela.st/docs-builder-install-win')
100100
steps:
101101
- uses: actions/checkout@v4
102102
- run: ${{ matrix.command }}
103+
shell: bash
103104
- run: docs-builder --help

0 commit comments

Comments
 (0)