setup github workflow file (first test)

This commit is contained in:
FantasyPvP
2023-11-30 19:47:17 +00:00
parent 2d6f187433
commit f022d85b8a
2 changed files with 11 additions and 6 deletions
+2
View File
@@ -20,3 +20,5 @@ RUN cargo install bootimage
COPY . .
RUN cargo update -p proc-macro2
CMD ["cargo", "build", "--release", "--verbose"]