Skip to content

Commit

Permalink
gha: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Jan 25, 2024
1 parent fff6acc commit 0903a0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: [faabric, planner]
steps:
- name: "Get the code"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Get tag version"
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*}" >> $GITHUB_ENV
- name: "Print tag version"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}
steps:
- name: "Check-out code"
uses: actions/checkout@v4
with:
submodules: true
- uses: faasm/conan-cache-action@v3
- name: "Build Conan CMake deps to be shared by all runs"
run: ./bin/inv_wrapper.sh dev.cmake --build Debug --clean
Expand Down

0 comments on commit 0903a0d

Please sign in to comment.