Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Aug 5, 2024
1 parent aa2050b commit 0301981
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wf.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: workflow
on: push
jobs.build.runs-on: ubuntu-latest
jobs.build.steps:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: awalsh128/cache-apt-pkgs-action@latest
with: { packages: xdotool, version: 1.0 }
Expand Down

0 comments on commit 0301981

Please sign in to comment.