Skip to content

Commit

Permalink
env fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Mar 26, 2024
1 parent cf8cfc6 commit 14ff094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: install grpcurl
run: sudo curl -sL "$GRPCURL_URL" sudo tar xvz -C /usr/local/bin/
env:
GRPCURL_URL: "https://github.com/fullstorydev/grpcurl/releases/download/\
v${{ env.GRPCURLV }}/grpcurl_${{ env.GRPCURLV }}_linux_x86_64.tar.gz"
run: sudo curl -sL "$GRPCURL_URL" sudo tar xvz -C /usr/local/bin/
- name: record
run: |
cargo run -- record ./test_data post
Expand Down

0 comments on commit 14ff094

Please sign in to comment.