Skip to content

Commit

Permalink
fix artifact build github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
naokiri committed Oct 19, 2024
1 parent dc1b53a commit ad382c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment_artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rustflags: ""
override: true
- name: Install required rust tools
uses: .github/actions/install_required_cargo_bins
uses: ./.github/actions/install_required_cargo_bins
- name: Install required libs (Ubuntu)
run: sudo apt-get install libxkbcommon-dev
- name: Build library
Expand Down

0 comments on commit ad382c3

Please sign in to comment.