Skip to content

Commit

Permalink
updating the loong toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Apr 3, 2024
1 parent 96f561e commit 2731de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loongarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
platform:
- { toolchain-version: 2022.09.06 }
- { toolchain-version: 2023.08.08 }
steps:
- uses: actions/checkout@v4
- name: Install build requirements
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
- name: configure
run: cmake -B build -DCMAKE_SYSTEM_PROCESSOR=loongarch64 -DARCH=lonngarch64 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_C_COMPILER=loongarch64-unknown-linux-gnu-gcc -DCMAKE_CXX_COMPILER=loongarch64-unknown-linux-gnu-g++
- name: build
run: cmake --build build
run: cmake --build build

0 comments on commit 2731de6

Please sign in to comment.