Skip to content

Commit

Permalink
Merge pull request #13 from bryce-b/patch-1
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
xavierLowmiller authored May 31, 2024
2 parents ffff410 + c107e95 commit ee4f12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ async function installXcodegen() {
])
await exec.exec('unzip', ['-q', '-o', zipFile], { cwd: xcodegenDir })
await exec.exec('rm', [zipFile])
await exec.exec('sudo', ['chown', 'runner:admin', '/usr/local/share'])
await exec.exec('xcodegen/install.sh', null, { cwd: xcodegenDir })
await exec.exec('rm -rf', [xcodegenDir])
}
Expand Down

0 comments on commit ee4f12e

Please sign in to comment.