Skip to content

Commit

Permalink
Changed Workflow for Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaMatta98 committed Jul 7, 2023
1 parent 8ee56ce commit 810a75d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Rust nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
uses: actions-rs/components-nightly@v1

- name: Install system dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Leptos-Chatting-Client
[![Rust Build](https://github.com/MinaMatta98/Leptos-Chatting-Client/actions/workflows/rust.yml/badge.svg)](https://github.com/MinaMatta98/Leptos-Chatting-Client/actions/workflows/rust.yml)

This repository demonstrates the use of the following crates:
* [Actix-web](https://actix.rs/):
Actix-Web based backend framework for request management.
Expand Down

0 comments on commit 810a75d

Please sign in to comment.