diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 834a0ff..d525033 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file