Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Feb 5, 2025
1 parent b87ab75 commit 6e0a104
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,12 @@ jobs:
$HAK_DOCKER_IMAGE \
yarn build:native
# This is only needed on the new ARM64 runners
# normally the permissions out of the docker run step are fine
- name: Fix permissions
if: inputs.arch == 'arm64'
run: sudo chown -R $USER:$USER .hak
- name: Fix permissions on .hak
run: |
ls -lah /home/runner/work/element-desktop/element-desktop/.hak
ls -lah /home/runner/work/element-desktop/element-desktop/.hak/hakModules/keytar
ls -lah /home/runner/work/element-desktop/element-desktop/.hak/hakModules/keytar/src/async.cc
sudo chown -R $USER:$USER .hak
- name: Check native libraries in hak dependencies
run: |
Expand Down

0 comments on commit 6e0a104

Please sign in to comment.