aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoshua Sing <joshua@hypera.dev>2023-12-15 16:25:26 +1100
committerJoshua Sing <joshua@hypera.dev>2023-12-15 16:25:26 +1100
commit06fbf277e4536eddcf4eb61d9ae190b2a2a6634d (patch)
treee221fdc8ea19f6fcb89715ac6d1d357be108726f /.github
parent77f1dbb7887443af6c3a20742bc1f76fdee8801f (diff)
downloadportable-06fbf277e4536eddcf4eb61d9ae190b2a2a6634d.tar.gz
portable-06fbf277e4536eddcf4eb61d9ae190b2a2a6634d.tar.bz2
portable-06fbf277e4536eddcf4eb61d9ae190b2a2a6634d.zip
ci: fix apt commands in solaris workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/solaris.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/solaris.yml b/.github/workflows/solaris.yml
index 415ff1f..2c6ee49 100644
--- a/.github/workflows/solaris.yml
+++ b/.github/workflows/solaris.yml
@@ -18,7 +18,8 @@ jobs:
18 18
19 - name: "Setup" 19 - name: "Setup"
20 run: | 20 run: |
21 apt-get install automake autoconf libtool 21 sudo apt-get update
22 sudo apt-get install -y automake autoconf libtool
22 ./autogen.sh 23 ./autogen.sh
23 24
24 - name: "Build on VM" 25 - name: "Build on VM"