Skip to content

Commit 167e8c8

Browse files
committed
arst
1 parent ef666c2 commit 167e8c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ jobs:
137137
# Install toolchain
138138
- name: Sources [Debian]
139139
if: matrix.host.platform == 'linux-gnu'
140-
shell: sh
141-
run: curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
140+
run: apt-get install curl; curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
142141
- name: Toolchain [Linux]
143142
uses: laverdet/[email protected]
144143
if: startsWith(matrix.host.platform, 'linux-')

0 commit comments

Comments
 (0)