Skip to content

Commit

Permalink
fix: Tools CI now uses Rust Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 26, 2024
1 parent 4ce45bd commit 4600c4d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Documentation
name: Build Tools

on:
push:
Expand All @@ -14,7 +14,13 @@ jobs:
name: Build Documentation-CLI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Build Environment
run: |
rustup toolchain install nightly
rustup default nightly
- name: Checkout Repository
uses: actions/checkout@v4
with:
path: FicsItNetworks

Expand Down

0 comments on commit 4600c4d

Please sign in to comment.