Skip to content

Commit 77c7d06

Browse files
author
William Brooks
committed
chore: reverted changes affecting v1
1 parent 9003d7d commit 77c7d06

File tree

7 files changed

+384
-619
lines changed

7 files changed

+384
-619
lines changed

.github/workflows/solana-rust.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
rust: [ '1.60' ]
20-
os: [ ubuntu-latest ]
19+
rust: ['1.60']
20+
os: [ubuntu-latest]
2121

2222
steps:
2323
- name: Checkout repo
2424
uses: actions/checkout@v2
25-
25+
2626
- name: Use Rust ${{ matrix.rust }}
2727
uses: actions-rs/toolchain@v1
2828
with:
@@ -57,9 +57,9 @@ jobs:
5757
runs-on: ${{ matrix.os }}
5858
strategy:
5959
matrix:
60-
rust: [ 'stable' ]
61-
solana: [ 'stable' ]
62-
os: [ ubuntu-latest ]
60+
rust: ['1.60']
61+
solana: ['stable']
62+
os: [ubuntu-latest]
6363

6464
steps:
6565
- name: Checkout repo
@@ -86,7 +86,7 @@ jobs:
8686
path: |
8787
~/.cache
8888
key: solana-${{ matrix.solana }}
89-
89+
9090
- name: Install Solana
9191
run: |
9292
sh -c "$(curl -sSfL https://release.solana.com/${{ matrix.solana }}/install)"

.github/workflows/solana-ts.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
node: [ "16.x" ]
16-
os: [ ubuntu-latest ]
15+
node: ["16.x"]
16+
os: [ubuntu-latest]
1717

1818
defaults:
1919
run:
@@ -53,10 +53,10 @@ jobs:
5353
runs-on: ${{ matrix.os }}
5454
strategy:
5555
matrix:
56-
rust: [ "stable" ]
57-
node: [ "16.x" ]
58-
solana: [ "stable" ]
59-
os: [ ubuntu-latest ]
56+
rust: ["1.58"]
57+
node: ["16.x"]
58+
solana: ["stable"]
59+
os: [ubuntu-latest]
6060

6161
defaults:
6262
run:

CHANGELOG.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)