Add CI/Automated Build #3

Merged
dubey merged 21 commits from cicd into main 2024-06-16 16:37:08 -04:00
Showing only changes of commit 702214e20c - Show all commits

View File

@ -8,7 +8,7 @@ jobs:
image: archlinux:multilib-devel image: archlinux:multilib-devel
steps: steps:
- name: Install things - name: Install things
run: pacman -Sy --noconfirm sdl2 mesa-utils exiv2 cmake nodejs git run: pacman -Sy --noconfirm sdl2 mesa-utils exiv2 cmake nodejs git && pacman -Syu --noconfirm
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Run ls - name: Run ls