Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Aug 18, 2023
1 parent eba0fbb commit 8a81d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pecl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: PECL install
run: |
sudo sh -c "source /tmp/cargo/env && \
sudo bash -c "source /tmp/cargo/env && \
cargo version && \
cargo run -p scripts --release -- create-package-xml --version 0.0.0 --notes 'Just for TEST.' && \
cat package.xml && \
Expand Down

0 comments on commit 8a81d6d

Please sign in to comment.