Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Jan 10, 2024
1 parent 43ff6e7 commit c979d71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
target
key: ${{ matrix.os }}-cargo-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}-0001

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsasl2-dev
# - name: Install dependencies
# run: |
# sudo apt-get update
# sudo apt-get install -y libsasl2-dev

- name: Check Solana version
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
target
key: ${{ matrix.os }}-cargo-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}-0001

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsasl2-dev
# - name: Install dependencies
# run: |
# sudo apt-get update
# sudo apt-get install -y libsasl2-dev

- name: cargo tree
run: |
Expand Down

0 comments on commit c979d71

Please sign in to comment.