Skip to content

Commit

Permalink
workflow: Fix ownership issues
Browse files Browse the repository at this point in the history
The github CI runner sets things up in weird ways that need fixing.
  • Loading branch information
spacefrogg committed May 22, 2024
1 parent 490c606 commit ac97ce4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/flake-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Flake build
permissions: read-all
concurrency:
cancel-in-progress: true
group: ${{ github.actor }}

# Controls when the action will run.
on:
Expand All @@ -19,7 +23,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@v4
- uses: docker://ghcr.io/fluidattacks/makes/amd64:24.02
with:
args: m . /build
args: sh -c "chown -R root:root /github/workspace && m . /build"

0 comments on commit ac97ce4

Please sign in to comment.