Skip to content

Commit a795a4e

Browse files
authored
Merge branch 'magicblock-labs:master' into jupiter_swap_extension
2 parents 4c7c907 + af49063 commit a795a4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
dotnet tool install Cake.Tool --version 1.1.0
2828
dotnet tool restore
29-
sh -c "$(curl -sSfL https://release.solana.com/v1.14.11/install)"
29+
sh -c "$(curl -sSfL https://release.solana.com/v1.18.0/install)"
3030
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
3131
solana-test-validator -u m -c whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc -c CtXfPzz36dH5Ws4UYKZvrQ1Xqzn42ecDW6y8NKuiN8nD -c metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s -c PwDiXFxQsGra4sFFTT8r1QWRMd4vfumiWC1jfWNfdYT --mint 5ZWj7a1f8tWkjBESHKgrLmXshuXxqeY9SYcfbshpAqPG > /dev/null &
3232
sleep 5

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
dotnet tool install Cake.Tool --version 1.1.0
2929
dotnet tool restore
30-
sh -c "$(curl -sSfL https://release.solana.com/v1.14.11/install)"
30+
sh -c "$(curl -sSfL https://release.solana.com/v1.18.0/install)"
3131
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
3232
solana-test-validator -u m -c whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc -c CtXfPzz36dH5Ws4UYKZvrQ1Xqzn42ecDW6y8NKuiN8nD -c metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s -c PwDiXFxQsGra4sFFTT8r1QWRMd4vfumiWC1jfWNfdYT --mint 5ZWj7a1f8tWkjBESHKgrLmXshuXxqeY9SYcfbshpAqPG > /dev/null &
3333
sleep 5

0 commit comments

Comments
 (0)