Add CI and artifact publishing #1

Merged
restitux merged 19 commits from ci-test into main 2025-11-28 05:24:12 +00:00
Showing only changes of commit c1209b0aa3 - Show all commits
+3 -1
View File
@@ -24,7 +24,9 @@ on: [push]
jobs:
BuildContainer:
runs-on: rust:1.90.0-trixie
runs-on: ubuntu-latest
container:
image: rust:1.90.0-trixie
steps:
- name: Checkout
uses: actions/checkout@v5