From 89ccd5ff025b2c7f95b85d1afd987a17421b9bba Mon Sep 17 00:00:00 2001 From: luxick Date: Mon, 1 Jun 2020 22:49:17 +0200 Subject: [PATCH] Remove Github workflow --- .github/workflows/build.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index e5397f3..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Build randopix -# This workflow is triggered on pushes to the repository. -on: - push: - branches: - - master - -jobs: - build: - name: Build x86 - # This job runs on Linux - runs-on: ubuntu-latest - steps: - - name: Install GTK packages - run: sudo apt install --ignore-missing gnome-devel - - uses: actions/checkout@master - - name: Cache choosenim - id: cache-choosenim - uses: actions/cache@v1 - with: - path: ~/.choosenim - key: ${{ runner.os }}-choosenim-stable - - name: Cache nimble - id: cache-nimble - uses: actions/cache@v1 - with: - path: ~/.nimble - key: ${{ runner.os }}-nimble-stable - - uses: jiro4989/setup-nim-action@v1.0.2 - - run: nimble build -Y