Configuration file and CI #4

Merged
bartfaik04 merged 29 commits from configuration into main 2025-06-07 15:33:06 +02:00
Showing only changes of commit cd52871632 - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
# uses: actions/checkout@v3 # uses: actions/checkout@v3
- name: Install build tools - name: Install build tools
run: sudo apt update && sudo apt install -y build-essential zip run: apt update && apt install -y build-essential zip
- name: Compile project - name: Compile project
run: make run: make