Skip to content

Commit

Permalink
[add] add commands to rust.yml to create dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alignof committed Jan 14, 2025
1 parent 1f79883 commit bfc5245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: create dummy file
run: touch vmlinux
run: echo '#!/bin/sh' > dtc && chmod +x dtc
run: touch guest.dtb

- uses: sksat/[email protected]
if: github.event_name == 'push'
Expand Down

0 comments on commit bfc5245

Please sign in to comment.