GitHub Actions: Update apt index before installing packages

This commit is contained in:
Marius Greuel
2022-09-29 22:02:04 +02:00
committed by MCUdude
parent 01ccab08b4
commit ef209fe44e

View File

@@ -37,6 +37,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install prerequisites
run: >-
sudo apt-get update
sudo apt-get install -y
build-essential
cmake
@@ -95,6 +97,8 @@ jobs:
apt-get update
- name: Install prerequisites
run: >-
apt-get update
apt-get install -y
git
cmake
@@ -145,6 +149,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install prerequisites
run: >-
brew update
brew install
cmake
flex