Skip to content

Commit

Permalink
echo test
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Oct 26, 2023
1 parent f65f98a commit 79cefdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
echo 'export BUN_INSTALL="/home/runner/.bun"' >> ~/.profile
echo 'export PATH="$BUN_INSTALL/bin:$PATH"' >> ~/.profile
- name: echo stuff
run: echo $PATH

- name: Install Dependencies
run: bun install --frozen-lockfile --ignore-scripts

Expand Down

0 comments on commit 79cefdc

Please sign in to comment.