diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/solaris.yml | 3 |
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" |
