Skip to content

Commit

Permalink
Switch source repo of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxbrian committed Jun 15, 2024
1 parent 8f9c515 commit d63207f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages:
- x11/libxkbcommon

sources:
- https://github.com/alacritty/alacritty
- https://github.com/xxxbrian/alacritty

environment:
PATH: /home/build/.cargo/bin:/bin:/usr/bin:/usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion .builds/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages:
- scdoc

sources:
- https://github.com/alacritty/alacritty
- https://github.com/xxxbrian/alacritty

environment:
PATH: /home/build/.cargo/bin:/usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ $# -lt 2 ]; then
exit 1
fi

repo="alacritty/alacritty"
repo="xxxbrian/alacritty"
file_path=$1
bearer=$2

Expand Down

0 comments on commit d63207f

Please sign in to comment.