Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self-hosted runners: install pwsh #78

Merged
merged 1 commit into from
Apr 30, 2024
Merged

self-hosted runners: install pwsh #78

merged 1 commit into from
Apr 30, 2024

Conversation

dennisameling
Copy link
Contributor

@dennisameling dennisameling commented Apr 30, 2024

This is not installed by default, but some of GfW's scripts expect it to be installed. Let's get it installed through the post-deployment script.

Can confirm it works as expected:

Starting post-deployment script.
Enabling Windows Developer Mode...
Enabled Windows developer mode.
Adding Microsoft Defender Exclusions...
Finished adding Microsoft Defender Exclusions.
Downloading Git for Windows...
Installing Git for Windows...
Finished installing Git for Windows.
Downloading pwsh...
Installing pwsh...
Copying pwsh-preview.cmd to pwsh.cmd as a temporary measure until 7.5.0 is out...
Finished installing pwsh.
Downloading GitHub Actions runner...
Installing GitHub Actions runner 2.316.0 as a Windows service with labels self-hosted,Windows,ARM64...
Configuring the runner to shut down automatically after running
Configuring the runner

………. [ MORE LOGS HERE ] ……….

This is not installed by default, but some of GfW's scripts expect it to be installed. Let's get it installed through the post-deployment script.

Signed-off-by: Dennis Ameling <[email protected]>
@dennisameling dennisameling force-pushed the install-pwsh-to-runners branch from 8a0121c to 48ac9cb Compare April 30, 2024 15:19
@dennisameling dennisameling marked this pull request as ready for review April 30, 2024 15:20
@dennisameling dennisameling requested a review from dscho April 30, 2024 15:24
@dscho dscho merged commit 6002b6c into main Apr 30, 2024
@dscho dscho deleted the install-pwsh-to-runners branch April 30, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants