Skip to content

Commit

Permalink
bump action deps - remove unmaintained rust thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
acheong08 committed Aug 17, 2024
1 parent 6e18ff4 commit 9f98a5a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
uses: dtolnay/rust-toolchain@stable

- name: Build
run: cargo build --release --features ${{ matrix.feature }}
Expand All @@ -39,7 +36,7 @@ jobs:
cp target/release/libtiktoken_core.$EXT artifacts/tiktoken_core-$OS-${{ matrix.feature }}.$EXT
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tiktoken_core-${{ matrix.os }}-${{ matrix.feature }}
path: artifacts/tiktoken_core-*.${{ matrix.os == 'ubuntu-latest' && 'so' || 'dylib' }}

0 comments on commit 9f98a5a

Please # to comment.