From 05061dbbcccf2f08f19db36dc6390c95ea1c34a7 Mon Sep 17 00:00:00 2001 From: gintama91 Date: Fri, 28 Jul 2023 14:00:32 +0530 Subject: [PATCH] don't do ci now --- .github/workflows/main.yml | 64 ++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd15cfc..db9ae09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,36 +1,38 @@ -name: Ruby +# ah ok screw this i am tired of cancelling everytime until i figure out what happens i am commenting this out -on: - push: - branches: - - main - - dev - pull_request: +# name: Ruby -jobs: - build: - runs-on: ubuntu-latest - name: Ruby ${{ matrix.ruby }} - strategy: - matrix: - ruby: - - '3.2.2' +# on: +# push: +# branches: +# - main +# - dev +# pull_request: - steps: - - uses: actions/checkout@v3 - - name: Set up Ruby & Rust - uses: oxidize-rb/actions/setup-ruby-and-rust@v1 - with: - ruby-version: ${{ matrix.ruby }} - bundler-cache: true - cargo-cache: true - rubygems: '3.4.14' +# jobs: +# build: +# runs-on: ubuntu-latest +# name: Ruby ${{ matrix.ruby }} +# strategy: +# matrix: +# ruby: +# - '3.2.2' - - name: Install dependencies - run: | - sudo apt update - sudo apt install -y libwebkit2gtk-4.1-dev - sudo apt install -y libayatana-appindicator3-dev +# steps: +# - uses: actions/checkout@v3 +# - name: Set up Ruby & Rust +# uses: oxidize-rb/actions/setup-ruby-and-rust@v1 +# with: +# ruby-version: ${{ matrix.ruby }} +# bundler-cache: true +# cargo-cache: true +# rubygems: '3.4.14' - - name: Run the default task - run: bundle exec rake +# - name: Install dependencies +# run: | +# sudo apt update +# sudo apt install -y libwebkit2gtk-4.1-dev +# sudo apt install -y libayatana-appindicator3-dev + +# - name: Run the default task +# run: bundle exec rake