Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Aug 28, 2024
1 parent 6d4fff8 commit 679a087
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
run: curl -sS -o- https://puro.dev/install.sh | PURO_VERSION="1.4.6" bash

- name: Install puro (windows)
# Use use on Windows
# Use pwsh on Windows
if: runner.os == 'Windows' && steps.restore.outputs.cache-matched-key == ''
shell: pwsh
run: >-
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ concurrency:

jobs:
pre-cache:
# This job is used to setup the runner and cache the setup once per os.
# This is done to avoid running the setup multiple times in parallel later during test.
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"cSpell.words": [
"codecov",
"posix",
"pubspec",
"puro",
"pwsh",
"Treap",
"treaps",
"upsert"
]
],
"dart.flutterSdkPath": "/Users/kasper/.puro/envs/master/flutter",
"dart.sdkPath": "/Users/kasper/.puro/envs/master/flutter/bin/cache/dart-sdk"
}

0 comments on commit 679a087

Please sign in to comment.