From ee0963fafdb0471516c9a1d36083b9b59cab7af7 Mon Sep 17 00:00:00 2001 From: zxq5 Date: Tue, 18 Feb 2025 01:55:27 +0000 Subject: [PATCH] Delete .github/workflows/rust.yml --- .github/workflows/rust.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/rust.yml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index dccf72a..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Rust - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Build Docker Image - run: docker build -t crystal-os . - - - name: Run Build in Docker Container - run: docker run --rm crystal-os