Skip to content

Commit

Permalink
removed peg
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcw committed May 16, 2022
1 parent a2409f3 commit 0c67744
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/chrome.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.14.4

- name: Install dependencies
run: dart pub get
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/node.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.14.4

- name: Install dependencies
run: dart pub get
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/vm.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.14.4

- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit 0c67744

Please sign in to comment.