Skip to content

Commit

Permalink
Use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Apr 26, 2024
1 parent 6bda53a commit c92c339
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ jobs:
# image built from the Dockerfile in the .github/ folder
image: zjeffer/hyprland-arch:latest
steps:
- name: Checkout current repository in /tmp
uses: actions/checkout@v2
with:
path: /tmp/split-monitor-workspaces
- name: Checkout current repository
uses: actions/checkout@v4

- name: Build current repository in /tmp/split-monitor-workspaces
working-directory: /tmp/split-monitor-workspaces
- name: Build current repository
run: |
meson setup build --wipe
ninja -C build

0 comments on commit c92c339

Please sign in to comment.