Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jan 4, 2024
1 parent c4d1ffd commit bfffe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ jobs:
curl -L --retry 5 https://github.com/gfx-rs/ci-build/releases/download/$CI_BINARY_BUILD/mesa-$MESA_VERSION-linux-x86_64.tar.xz -o mesa.tar.xz
mkdir mesa
tar xf mesa.tar.xz -C mesa
tar xpf mesa.tar.xz -C mesa
cat <<- EOF > icd.json
{
Expand Down

0 comments on commit bfffe21

Please sign in to comment.