1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

apt-get update may be required on workflows

This commit is contained in:
Frank Denis 2021-03-01 12:50:21 +01:00
parent 71f91b2f6e
commit 57d950a54e

View File

@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Update packages list
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y build-essential libtool autoconf automake tcc
@ -33,6 +36,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Update packages list
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y build-essential libtool autoconf automake
@ -59,6 +65,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Update packages list
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y build-essential libtool autoconf automake
@ -74,6 +83,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Update packages list
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y build-essential libtool autoconf automake clang
@ -97,6 +109,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Update packages list
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y build-essential libtool autoconf automake qemu-user-static gcc-powerpc-linux-gnu