Skip to content

Commit

Permalink
Update CI configuration to use GitHub actions V4
Browse files Browse the repository at this point in the history
  • Loading branch information
augustofg committed Jul 23, 2024
1 parent a5eac2f commit 6d2bf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- { flags: -DBOARD=afc -DVERSION=4.0 -DBOARD_RTM=lamp -DDEBUG_PROBE=digilent_jtag_hs3 -DOPENOCD_TRANSPORT=jtag }
- { flags: -DBOARD=afc -DVERSION=4.0 -DBOARD_RTM=lamp -DDEBUG_PROBE=xvc -DOPENOCD_TRANSPORT=jtag -DXVC_HOST=host -DXVC_PORT=0000}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Create build environment
Expand All @@ -38,7 +38,7 @@ jobs:
container:
image: ghcr.io/lnls-dig/openmmc-builder:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Create build environment
Expand Down

0 comments on commit 6d2bf79

Please sign in to comment.