Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Jan 27, 2024
1 parent 1fd9720 commit 822f4c8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ jobs:
run: export DEBIAN_FRONTEND=noninteractive && sudo apt update && sudo apt install -y librust-alsa-sys-dev

- name: Clone glass dependency
shell: bash
run: git clone https://${GH_TOKEN}@github.com/TicClick/glass.git crates/glass
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: action/checkout@v3
with:
repository: TicClick/glass
path: crates/glass
token: ${{ secrets.GH_TOKEN }}

- name: Build (private)
uses: taiki-e/upload-rust-binary-action@v1
Expand Down

0 comments on commit 822f4c8

Please sign in to comment.