Skip to content

Commit

Permalink
ci: fix apt commands in solaris workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Dec 15, 2023
1 parent 77f1dbb commit 06fbf27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- name: "Setup"
run: |
apt-get install automake autoconf libtool
sudo apt-get update
sudo apt-get install -y automake autoconf libtool
./autogen.sh
- name: "Build on VM"
Expand Down

0 comments on commit 06fbf27

Please sign in to comment.