Skip to content

Commit 9d96fd1

Browse files
authored
Merge pull request #255 from naokiri/bump_v3.1.2
fix artifact build github actions
2 parents 2b20338 + ad382c3 commit 9d96fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment_artifact.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
rustflags: ""
3333
override: true
3434
- name: Install required rust tools
35-
uses: .github/actions/install_required_cargo_bins
35+
uses: ./.github/actions/install_required_cargo_bins
3636
- name: Install required libs (Ubuntu)
3737
run: sudo apt-get install libxkbcommon-dev
3838
- name: Build library

0 commit comments

Comments
 (0)