Skip to content

Commit

Permalink
Updated build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gvinciguerra committed Sep 4, 2024
1 parent 143c4f5 commit f7e5b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: bash
working-directory: ${{runner.workspace}}/build
run: |
export CC=gcc-10 CXX=g++-10
export CC=gcc-11 CXX=g++-11
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LA-vector is a compressed bitvector/container supporting efficient random access
</p>

<p align="center">
<a href="https://github.com/gvinciguerra/la_vector/actions?query=workflow%3Abuild"><img src="https://img.shields.io/github/workflow/status/gvinciguerra/la_vector/build" alt="GitHub Workflow Status"></a>
<a href="https://github.com/gvinciguerra/la_vector/actions?query=workflow%3Abuild"><img src="https://img.shields.io/github/workflow/status/gvinciguerra/la_vector/build.yml" alt="GitHub Workflow Status"></a>
<a href="https://github.com/gvinciguerra/la_vector/blob/master/LICENSE"><img src="https://img.shields.io/github/license/gvinciguerra/la_vector" alt="License"></a>
<a href="https://github.com/gvinciguerra/la_vector/stargazers"><img src="https://img.shields.io/github/stars/gvinciguerra/la_vector" alt="GitHub stars"></a>
<a href="https://github.com/gvinciguerra/la_vector/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/gvinciguerra/la_vector"></a>
Expand Down

0 comments on commit f7e5b9a

Please sign in to comment.