From 8ae7e55354cdb1e57522edd04c1be5415baf8824 Mon Sep 17 00:00:00 2001 From: Ramil Bakhshyiev Date: Wed, 1 May 2024 14:04:12 -0700 Subject: [PATCH] Enable linux-x86_64-conda build via GitHub Actions Summary: Migration to GitHub Actions Differential Revision: D56843276 --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91a8acb6fe..36f7220c3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,3 +50,12 @@ jobs: - uses: ./.github/actions/build_cmake with: opt_level: avx2 + linux-x86_64-conda: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4.1.1 + with: + fetch-depth: 0 + fetch-tags: true + - uses: ./.github/actions/build_conda