Skip to content

Commit

Permalink
Merge pull request #30 from 1sol-io/dev
Browse files Browse the repository at this point in the history
inner swapper
  • Loading branch information
googolmo authored Feb 17, 2022
2 parents ece668d + 6b45e71 commit 71433f6
Show file tree
Hide file tree
Showing 22 changed files with 1,089 additions and 545 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master, protocol_v2 ]
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: install solana cli
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.8.6/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.8.14/install)"
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
# Runs a set of commands using the runners shell
Expand Down
Loading

0 comments on commit 71433f6

Please sign in to comment.