Update rust.yml

This commit is contained in:
Camerin Figueroa 2024-04-30 11:37:58 -04:00 committed by GitHub
parent ca9ce74d5c
commit 151c72d5c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Packages
run: apt update && apt upgrade -y && apt install libpq-dev -y
- name: Update to Nightly
run: rustup update nightly && rustup default nightly
- name: Build