Skip to content

Commit

Permalink
CI: Rename rust.yml to linux.yml and update some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 18, 2024
1 parent 81c3d08 commit c56a6cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml → .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test
name: Build and test (Linux)

on:
push:
Expand All @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: 1.82.0
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install deps
run: |
sudo apt-get update
Expand Down

0 comments on commit c56a6cb

Please sign in to comment.