Update build.yaml

This commit is contained in:
MathieuG-P
2025-02-04 00:47:43 +01:00
committed by GitHub
parent 0f4738b262
commit c10c3713c5
+5
View File
@@ -25,6 +25,11 @@ jobs:
node-version: 22.11.0
cache: "npm"
# Update package lists
- name: update apt-get
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update
# Install and setup rpm/Flatpak for Ubuntu
- name: Install rpm/flatpak packages (Ubuntu only)
if: matrix.os == 'ubuntu-latest'