Skip to content

Commit

Permalink
ci: remove cpp-loongarch64-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jan 5, 2025
1 parent 616a1d4 commit c06fa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ 'loongarch64' == matrix.config.arch }}
# package gcc-loongarch64-linux-gnu seems not exist
# https://packages.debian.org/sid/amd64/gcc-loongarch64-linux-gnu
run: sudo apt install -y gcc-14-loongarch64-linux-gnu cpp-loongarch64-linux-gnu
run: sudo apt install -y gcc-14-loongarch64-linux-gnu
- name: Build with ${{ matrix.config.triple }}-gcc
run: make ARCH=$ARCH TOOLPREFIX=$TRIPLE-
- name: Build tests
Expand Down

0 comments on commit c06fa46

Please sign in to comment.