Skip to content

Commit

Permalink
Merge branch 'master' into streaming_output
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed May 21, 2023
2 parents 7694466 + f796722 commit 5668456
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Rust

on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
Expand All @@ -17,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup environment
run: |
sudo apt-get install libx11-dev libxrandr-dev
Expand Down

0 comments on commit 5668456

Please sign in to comment.