Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 12, 2024
1 parent b9a714e commit 7ddd69a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- name: Compile

run: |
echo "/usr/local/bin" >> $GITHUB_PATH
echo $GITHUB_PATH
ls -l "/usr/local/bin"
echo "export PATH=\$PATH:/usr/local/bin" >> $GITHUB_ENV
echo $GITHUB_ENV
make compile
- name: Start Scylla
run: systemctl start scylla-server
Expand Down

0 comments on commit 7ddd69a

Please sign in to comment.