Skip to content

Commit

Permalink
chore: update command to update latest
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Jun 20, 2024
1 parent 451eab2 commit 0e3a727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/latest-dev-fluvio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
run: |
# work around cargo bug
#cargo add fluvio --git https://github.com/infinyon/fluvio --branch master
sed -i "s/fluvio = { features = .*/fluvio = { features = \[\"admin\"\], git = \"https:\/\/github.com\/infinyon\/fluvio.git\" }/g" Cargo.toml
sed -i.bak "s/tag = "\(.*\)"/branch = "master"/g" Cargo.toml
git diff Cargo.toml
- name: check
Expand Down

0 comments on commit 0e3a727

Please sign in to comment.