Skip to content

Commit

Permalink
chore: install cargo with nix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 1, 2024
1 parent b030507 commit 98536fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ jobs:
ref: ${{ github.ref }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Install gcc
- name: Install gcc and cargo
run: |
nix profile install nixpkgs#gcc
nix profile install nixpkgs#gcc nixpkgs#cargo
- uses: tree-sitter/setup-action@v1
with:
tree-sitter-ref: v0.22.6
- name: Install Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install Lua
uses: leso-kn/gh-actions-lua@master
with:
Expand Down

0 comments on commit 98536fd

Please sign in to comment.