Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 6, 2024
1 parent c1d5010 commit d1b2a81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
include:
# - CC: gcc
# CXX: g++
# LINKER: ld
# LD: ld
# - CC: clang
# CXX: clang++
# LINKER: ld
# LD: ld
- CC: aarch64-linux-gnu-gcc
CXX: aarch64-linux-gnu-g++-11
LINKER: aarch64-linux-gnu-ld
LD: aarch64-linux-gnu-ld
steps:
- name: Clone the git repo
uses: actions/checkout@v4
Expand All @@ -104,7 +104,7 @@ jobs:
PMEMOBJ_IGNORE_BAD_BLOCKS: y # not recommended for production
CC: ${{ matrix.CC }}
CXX: ${{ matrix.CXX }}
LINKER: ${{ matrix.LINKER }}
LD: ${{ matrix.LD }}
run: make -j$(nproc) test


Expand Down

0 comments on commit d1b2a81

Please sign in to comment.