update workflow

This commit is contained in:
ArthurSonzogni 2025-04-26 01:29:39 +02:00
parent 378e30bef0
commit 8e055a5a61
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -23,13 +23,11 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
compiler: llvm compiler: llvm
# Failing - os: macos-latest
#- os: macos-latest compiler: llvm
#compiler: llvm
# Failing - os: macos-latest
#- os: macos-latest compiler: gcc
#compiler: gcc
- os: windows-latest - os: windows-latest
compiler: cl compiler: cl
@ -39,15 +37,6 @@ jobs:
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: "Setup Cpp"
uses: aminya/setup-cpp@v1
with:
compiler: ${{ matrix.compiler }}
vcvarsall: ${{ contains(matrix.os, 'windows' )}}
- name: "Install Bazel"
uses: bazel-contrib/setup-bazel@0.14.0
- name: "Build with Bazel" - name: "Build with Bazel"
run: bazel build ... run: bazel build ...