Skip to content

Commit

Permalink
fixup! [#65650] Add GitHub Actions test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrabarek committed Sep 26, 2024
1 parent 284ea6c commit e6fb143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
sudo apt-get install -qqy libsystemc libsystemc-dev clang cmake
- name: Download and build Renode
uses: antmicro/renode-test-action@1a6d19637e2a71965feccc6c7efca3e1baf58b69
uses: antmicro/renode-test-action@65650-use_build_action
with:
renode-repository: ${{ inputs.renode_gitrepo || 'https://github.com/renode/renode' }}
renode-revision: ${{ inputs.renode_gitrev || 'master' }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
path: artifacts/example_binaries

- name: Download and build Renode
uses: antmicro/renode-test-action@1a6d19637e2a71965feccc6c7efca3e1baf58b69
uses: antmicro/renode-test-action@65650-use_build_action
with:
renode-repository: ${{ inputs.renode_gitrepo || 'https://github.com/renode/renode' }}
renode-revision: ${{ inputs.renode_gitrev || 'master' }}
Expand Down

0 comments on commit e6fb143

Please sign in to comment.