Skip to content

Commit

Permalink
what are our options
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilnb committed Dec 30, 2024
1 parent 2a2e5c8 commit 748de40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:

- name: Set up environment
run: |
apt update && apt install -y curl xz-utils make sudo git
echo "User: $(whoami)"
apt update && apt install -y curl xz-utils make sudo git id
echo "User: $(whoami) / $USER / $UID"
id -u
id
- name: Clean cache
run: rm -rf /var/cache
Expand Down

0 comments on commit 748de40

Please sign in to comment.