Skip to content

Commit

Permalink
I forgot to pass parameter…
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Nov 23, 2024
1 parent e025dc7 commit 831189a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/scripts/github_fetch_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Simple script for downloading and unpacking required resources to build Ungoogled-Chromium macOS binaries on GitHub Actions

_target_cpu="${1:-x64}"

_root_dir=$(dirname $(greadlink -f $0))
_download_cache="$_root_dir/build/download_cache"
_src_dir="$_root_dir/build/src"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install httplib2 for Python
run: pip install httplib2 --break-system-package
- name: Download and unpack required resources
run: ./github_fetch_resources.sh | tee -a github_actions_retrieve_resources.log
run: ./github_fetch_resources.sh ${{ inputs.arch }} | tee -a github_actions_retrieve_resources.log
- name: List resources
run: ls -la
- name: Archive resources
Expand Down

0 comments on commit 831189a

Please sign in to comment.