From 000d3f2be0de588b37244389ee2b702a835e53c4 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 18 Feb 2023 12:34:37 +0100 Subject: [PATCH] update system first --- .github/workflows/build_check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 8b83945..01c0cf4 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -84,6 +84,8 @@ jobs: env: PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }} steps: + - name: update system + run: apt-get update && apt upgrade - name: Checkout code uses: actions/checkout@v3 - uses: actions/cache@v3