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 fe259c80e9 - Show all commits

View File

@ -8,7 +8,7 @@ jobs:
image: ubuntu:latest image: ubuntu:latest
steps: steps:
- name: Install things - name: Install things
run: apt update && apt install build-essential cmake libsdl2-dev libexiv2-dev mesa-utils run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Run ls - name: Run ls