Skip to content

Commit

Permalink
test ci 11.
Browse files Browse the repository at this point in the history
Signed-off-by: Exadra37 <exadra37@gmail.com>
  • Loading branch information
Exadra37 committed Apr 10, 2024
1 parent 7c5505a commit 686bb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir-tauri-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: install dependencies (ubuntu only)
run: |
sudo apt update
apt -y install --no-install-recommends p7zip-full curl xz
sudo apt -y install --no-install-recommends p7zip-full curl xz
curl https://ziglang.org/download/"${ZIG_VERSION}"/zig-linux-x86_64-"${ZIG_VERSION}".tar.xz -o zig.tar.xz
mv zig-linux-x86_64-"${ZIG_VERSION}" /usr/local/bin/zig-"${ZIG_VERSION}"
echo $PATH
Expand Down

0 comments on commit 686bb1f

Please sign in to comment.