ref: 9d08c4f7b5ac919d6123363f2c34085d94e5c679
parent: 5fa5cd2f88b50957bc8ac463c463bd73cfff83d0
author: Lisandro Alarcón <aurealinbox@gmail.com>
date: Sat Aug 5 19:29:24 EDT 2023
Update ubuntu.yml
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -14,6 +14,7 @@
fetch-depth: 0
- name: Install SDL2
run: |
+ sudo apt update
sudo apt install libsdl2-dev
- name: Build PSXE
run: |
@@ -27,4 +28,4 @@
- uses: actions/upload-artifact@v3
with:
name: psxe-ubuntu-latest
- path: ./psxe-ubuntu-latest.tar.gz
\ No newline at end of file
+ path: ./psxe-ubuntu-latest.tar.gz
--
⑨