Update rust.yml

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

View File

@ -16,6 +16,8 @@ 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