Skip to content

Commit

Permalink
Merge pull request #147 from haimgel/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
haimgel authored Nov 1, 2024
2 parents 1c8005c + 7a0205f commit acf29f0
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 170 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: build

on: [push, pull_request]
on:
push:
branches:
- main
tags:
- '**'
pull_request:
types: [opened, synchronize, reopened]

env:
CARGO_TERM_COLOR: always
Expand All @@ -23,9 +30,9 @@ jobs:
sudo apt-get update
sudo apt-get install libudev-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
# https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci
path: |
Expand All @@ -44,7 +51,7 @@ jobs:
- name: Run executable
run: ./target/release/display_switch --version

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}
if-no-files-found: error
Expand Down
Loading

0 comments on commit acf29f0

Please # to comment.