Skip to content

Commit

Permalink
Update permission
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyannn committed Aug 20, 2024
1 parent dd8e1f2 commit 96b4076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: ${{ runner.os }}-lake

- name: Build AWS-LC (MacOS)
if : ${{ runner.os != 'macOS' }}
if : ${{ runner.os == 'macOS' }}
run: |
./scripts/build_awslc.sh
Expand Down
Empty file modified scripts/build_awslc.sh
100644 → 100755
Empty file.

0 comments on commit 96b4076

Please sign in to comment.