Skip to content

Commit 9f2c18d

Browse files
committed
ci: fix package name
1 parent 9fdec43 commit 9f2c18d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: runner.os == 'Linux'
4646
run: |
4747
sudo apt update
48-
sudo apt install -y "${{ matrix.setup.deps }}"
48+
sudo apt install -y ${{ matrix.setup.deps }}
4949
- uses: msys2/setup-msys2@v2
5050
if: ${{ endsWith(matrix.setup.target, 'gnullvm') }}
5151
with:

0 commit comments

Comments
 (0)