Skip to content

Commit 9c529b3

Browse files
authored
Merge pull request #2 from Wartori54/piton-bump
Piton bump
2 parents 3b2f68e + d51ce0b commit 9c529b3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-libs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout repository (Linux)
8181
if: ${{ matrix.platform == 'linux' }}
8282
run: |
83-
git config --global --add safe.directory /__w/Everest-libs/Everest-libs
83+
git config --global --add safe.directory /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}
8484
8585
git init
8686
git remote add origin https://github.com/${{ github.repository }}.git
@@ -376,15 +376,15 @@ jobs:
376376

377377
- name: Linux x64
378378
os: ubuntu-latest
379-
toolchain: stable-x86_64-unknown-linux-gnu
379+
toolchain: 1.86.0-x86_64-unknown-linux-gnu
380380
target: x86_64-unknown-linux-gnu
381381
ui: none
382382
lib_name: piton-linux_x64
383383
container: quay.io/pypa/manylinux_2_28_x86_64 # See https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html
384384

385385
- name: macOS x64
386386
os: macos-13
387-
toolchain: stable-x86_64-apple-darwin
387+
toolchain: 1.86.0-x86_64-apple-darwin
388388
target: x86_64-apple-darwin
389389
ui: gui
390390
lib_name: piton-gui-macos_x64

0 commit comments

Comments
 (0)