Skip to content

Commit

Permalink
fixed typo in pkg version used in run-on-arch-action
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Sep 12, 2023
1 parent 4cf0d7a commit 3120d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-source-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt update && apt -y install yarn
yarn global add pkg@5.81 --prefix /usr/local
yarn global add pkg@5.8.1 --prefix /usr/local
pkg --version
run: |
pkg \
Expand Down

0 comments on commit 3120d94

Please sign in to comment.