Merge branch 'main' of github.com:FantasyPvP/CrystalOS-Restructured

This commit is contained in:
FantasyPvP
2023-11-29 23:42:35 +00:00
+6 -5
View File
@@ -11,10 +11,11 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/fantasypvp/crystalos_builder:latest
credentials:
username: FantasyPvP
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- run: cargo build --release