mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
add bashrc
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -5,6 +5,9 @@
|
||||
name: Test
|
||||
on:
|
||||
- push
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
jobs:
|
||||
# 1. Unit/Integration Test
|
||||
unit-integration-test:
|
||||
|
||||
@@ -3,6 +3,9 @@ set -e
|
||||
|
||||
git clone --depth 1 https://github.com/asdf-vm/asdf.git $HOME/.asdf
|
||||
export PATH="${PATH}:${HOME}/.asdf/shims:${HOME}/.asdf/bin"
|
||||
echo '. $HOME/.asdf/asdf.sh' >> $HOME/.bashrc
|
||||
echo '. $HOME/.asdf/asdf.sh' >> $HOME/.bash_profile
|
||||
|
||||
bash $HOME/.asdf/asdf.sh
|
||||
|
||||
# Install project runtimes
|
||||
|
||||
Reference in New Issue
Block a user