Skip to content

Commit

Permalink
test export and source in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Dec 15, 2023
1 parent e09a5c6 commit e69efd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:

- run: './ressources/install_all_compilers_ci.sh'

- run: 'source ~/.bashrc'

- uses: dlang-community/setup-dlang@v1

- uses: erlef/setup-beam@v1
Expand Down
2 changes: 1 addition & 1 deletion ressources/install_all_compilers_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if ! command -v bun &> /dev/null
then
sudo apt-get install unzip
curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
export PATH=${PATH}:~/.bun/bin
bun --help
fi

Expand Down

0 comments on commit e69efd7

Please sign in to comment.