Skip to content

Commit

Permalink
Change ownership in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 24, 2024
1 parent 9d0cd1b commit 6a05b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: echo "/opt/flutter-elinux/bin" >> $GITHUB_PATH
- name: Checkout FlutterSwift
uses: actions/checkout@v4
- name: Set FlutterSwift ownership to current user
run: chown -R $(id -u):$(id -g) $PWD
- name: Checkout Flutter
run: |
FLUTTER_REVISION=`git describe --tags --abbrev=0`
Expand Down

0 comments on commit 6a05b02

Please sign in to comment.