Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 3756025

Browse files
authored
fix: workflow
1 parent b25fdc7 commit 3756025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Install dependencies (ubuntu only)
20-
if: matrix.platform == 'ubuntu-latest'
20+
if: matrix.platform == 'ubuntu-20.04'
2121

2222
run: |
2323
sudo apt-get update

0 commit comments

Comments
 (0)