Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance-fyi committed Apr 10, 2024
1 parent aaa814f commit 9074041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Install vfox
run: |
echo "Current user: $(whoami)"
echo "Current directory: $(pwd)"
echo "Contents of directory: $(ls -l)"
echo "deb [trusted=yes] https://apt.fury.io/versionfox/ /" | tee /etc/apt/sources.list.d/versionfox.list
apt-get update
apt-get install vfox
Expand Down

0 comments on commit 9074041

Please sign in to comment.