We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd14860 commit 17f03beCopy full SHA for 17f03be
.github/workflows/release.yml
@@ -535,14 +535,14 @@ jobs:
535
Start-Process -Wait -FilePath "$exePath" -ArgumentList "/SILENT /VERYSILENT /NORESTART"
536
}
537
538
- - name: Install Linux (Debian package)
+ - name: Install Linux x64 (Debian package)
539
if: contains(matrix.component.description, 'linux-x64')
540
run: |
541
debpath=$(find ./*.deb)
542
sudo apt install $debpath
543
"${{ matrix.component.command }}" configure
544
545
- - name: Install Linux (tarball)
+ - name: Install Linux x64 (tarball)
546
547
548
# Ensure we find only the source tarball, not the symbols
0 commit comments