Skip to content

Commit

Permalink
f rust.yml macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Oct 31, 2023
1 parent 84dc8fd commit 282b1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ jobs:
shell: bash
run: |
set -eux
uname -a | sudo -- tee /var/log/uname
tar -zcvf /tmp/log.tgz /var/log/
uname -a
sudo -- tar -zcvf /tmp/log.tgz /var/log/
- name: upload log.tgz
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 282b1fe

Please sign in to comment.