Skip to content

Commit

Permalink
fix(ci): fix backwards compatibilty job (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcio authored Feb 23, 2025
1 parent d34b9c9 commit 585cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backwards_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
clean: false

- name: Build iggy-server (PR)
run: IGGY_CI_BUILD=true cargo build --bin iggy-server
run: IGGY_CI_BUILD=true cargo build

- name: Restore local_data directory (PR)
run: cp -r ../local_data .
Expand Down

0 comments on commit 585cfed

Please sign in to comment.