Skip to content

Commit

Permalink
ci: bump CI anchor version
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Dec 1, 2023
1 parent 1ed33ab commit 6821812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ runs:
- run: sudo apt-get install -y pkg-config build-essential libudev-dev
shell: bash
- run: |
echo "ANCHOR_VERSION=0.26.0" >> $GITHUB_ENV
echo "ANCHOR_SHA=347c225a27a4c615479f3c0de372604b314cbd4f" >> $GITHUB_ENV
echo "ANCHOR_VERSION=0.28.0" >> $GITHUB_ENV
echo "ANCHOR_SHA=e1afcbf71e0f2e10fae14525934a6a68479167b9" >> $GITHUB_ENV
shell: bash
- uses: actions-rs/toolchain@v1
name: Install minimal rust toolchain with clippy and rustfmt
Expand Down

0 comments on commit 6821812

Please sign in to comment.