Skip to content

Commit

Permalink
source bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbh committed Jun 2, 2024
1 parent bb21aaa commit 7358816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
wget https://ziglang.org/download/0.12.0/zig-linux-x86_64-0.12.0.tar.xz
tar xf zig-linux-x86_64-0.12.0.tar.xz
echo 'export PATH="$HOME/zig-linux-x86_64-0.12.0:$PATH"' >> ~/.bashrc
source .conf
source ~/.bashrc
- name: check zig version
run: |
INSTALLED_ZIG_VERSION=$(zig version)
Expand Down

0 comments on commit 7358816

Please sign in to comment.