Skip to content

Commit

Permalink
ci: test if compiler step is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Gabriel committed Jan 28, 2024
1 parent aed0fa2 commit f17c84d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,11 @@ jobs:
test_rust:
name: Test Rust
runs-on: ubuntu-22.04
env:
CC: gcc-12
CXX: g++-12

steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive

- name: Update compilers
run: |
sudo apt update
sudo apt install -y cmake build-essential libjemalloc-dev libomp-dev gcc-12 g++-12
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit f17c84d

Please sign in to comment.