Skip to content

Commit

Permalink
Is there and echo in here?
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Feb 7, 2024
1 parent d5670c0 commit 687f991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# target/
# key: maelstrom-${{ hashFiles('**/Cargo.lock') }}
- name: Insert Warning
run: echo 'cargo:warning=In .profile.' >> ~/.profile
run: echo 'echo "cargo:warning=In .profile."' >> ~/.profile
- name: Cat .profile
run: cat ~/.profile
- name: Cat .bashrc
Expand Down

0 comments on commit 687f991

Please sign in to comment.