From f2b0beb9933141f8192499c1ba7c39641652df70 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 13 Dec 2024 15:57:17 +0800 Subject: [PATCH] Improved GLFW for installation and compilation with GLFW in standard library. --- .github/workflows/build_ci_linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_ci_linux.yml b/.github/workflows/build_ci_linux.yml index 8262078..32eb7f6 100644 --- a/.github/workflows/build_ci_linux.yml +++ b/.github/workflows/build_ci_linux.yml @@ -22,6 +22,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Update Distro + run: sudo apt update && sudo apt upgrade + - name: Python 3.12 Installation uses: actions/setup-python@v5 with: