Skip to content

Commit

Permalink
Remove environment fixer as it is part of the runner image for more t…
Browse files Browse the repository at this point in the history
Cyberbeni committed Sep 28, 2024
1 parent 568fc0b commit fa1d7bc
Showing 3 changed files with 5 additions and 43 deletions.
10 changes: 5 additions & 5 deletions dist/index.js

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions src/environment_fixer.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as core from '@actions/core'
import { SwiftEnvironmentFixer } from './environment_fixer'
import { SwiftToolInstaller } from './installer'

async function main(): Promise<void> {
@@ -12,7 +11,6 @@ async function main(): Promise<void> {

// Run
await SwiftToolInstaller.install(url, commit, branch, version, useCache)
await SwiftEnvironmentFixer.fixAll()
}

main().catch(error => {

0 comments on commit fa1d7bc

Please sign in to comment.