Skip to content

Commit

Permalink
Fix CI: Add environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed May 20, 2024
1 parent d7a9886 commit 1b8dc88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
args: --all -- --check --color always
- command: clippy
args: --all-targets --all-features --workspace -- -D warnings
env:
WIFI_SSID: My Awesome Network
WIFI_PASS: hunter2
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1b8dc88

Please sign in to comment.