Skip to content

Commit

Permalink
chore(linux): test installing nightly rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 22, 2024
1 parent 21ecb3e commit 14e2a74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
./scripts/pack_binary_rock.lua "tree-sitter-$lang" "linux-x86_64" \
|| echo "Skipping tree-sitter-$lang"
done
- name: Install nightly Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly

- name: Regenerate Manifests and HTML
if: always()
run: luarocks-admin make-manifest --lua-version=5.1 .
Expand Down

0 comments on commit 14e2a74

Please sign in to comment.