Skip to content

Commit

Permalink
fix(ci): added generation of necessary gitignored files to the build …
Browse files Browse the repository at this point in the history
…steps
  • Loading branch information
SreeDan committed Jul 6, 2024
1 parent aa0ae1c commit 522aa39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
ldproxy: true
- name: Enable caching
uses: Swatinem/rust-cache@v2
- name: Create env txt files
run: |
touch api_url.txt
touch auth_token.txt
touch wifi_ssid.txt
touch wifi_password.txt
- name: Downgrade ravif
run: cargo update ravif --precise 0.11.5
- name: Downgrade bitstream-io
Expand Down
1 change: 0 additions & 1 deletion graphics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ pub fn convert_vec_rgb888_to_rgb565(rgb888_vec: &Vec<u8>) -> Vec<u8> {

rgb565_vec
}

0 comments on commit 522aa39

Please sign in to comment.