File tree Expand file tree Collapse file tree 3 files changed +559
-105
lines changed Expand file tree Collapse file tree 3 files changed +559
-105
lines changed Original file line number Diff line number Diff line change 1313permissions :
1414 contents : write
1515
16+ # Construct a concurrency group to be shared across workflow runs.
17+ # The default behavior ensures that only one is running at a time, with
18+ # all others queuing and thus not interrupting runs that are in-flight.
19+ concurrency : ${{ github.workflow }}
20+
1621env :
1722 PROGRAM_NAME : trigger-mqtt
1823
2631 - name : Install Rust
2732 uses : dtolnay/rust-toolchain@stable
2833 with :
29- toolchain : 1.79
34+ toolchain : 1.81
3035
3136 - name : Install dependencies
3237 run : |
6368 - name : Install Rust
6469 uses : dtolnay/rust-toolchain@stable
6570 with :
66- toolchain : 1.79
71+ toolchain : 1.81
6772 targets : ${{ matrix.config.target }}
6873 - name : Install Spin
6974 uses : rajatjindal/setup-actions/spin@main
You can’t perform that action at this time.
0 commit comments