Skip to content

Commit

Permalink
playing with ci
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Aug 9, 2023
1 parent 6fe4258 commit 9483fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust

on:
push:
branches: ["master"]
branches: ["master", "ci"]
pull_request:
branches: ["master"]

Expand All @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install librust-atk-dev librust-gdk-dev
# run: sudo apt-get install librust-atk-dev librust-gdk-dev
- name: Install Rust
run: rustup toolchain install stable --profile minimal
- uses: rui314/setup-mold@v1
Expand Down

0 comments on commit 9483fb4

Please sign in to comment.