From 12a768a59211915d1e243a24b5b295ed47965022 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sun, 29 Dec 2024 22:43:20 +0200 Subject: [PATCH] chore: Update workflows Signed-off-by: EnderIce2 --- .github/workflows/makefile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index caea669e..800d4345 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -16,6 +16,9 @@ jobs: with: submodules: recursive + - name: Update System + run: sudo apt update + - name: Install Doxygen run: sudo apt -y install doxygen make