Skip to content

Commit

Permalink
used latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Feb 8, 2024
1 parent 1f0c7e8 commit 1b6887f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'
jobs:
build_doxygen:
uses: EddyTheCo/Common/.github/workflows/build-docs.yml@v0.1.1
uses: EddyTheCo/Common/.github/workflows/build-docs.yml@v0.1.2
permissions:
pages: write
id-token: write
10 changes: 3 additions & 7 deletions .github/workflows/build-test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
matrix:
os: [ubuntu-latest,macos-latest,windows-latest]

uses: EddyTheCo/Common/.github/workflows/build-test-install.yml@v0.1.1
uses: EddyTheCo/Common/.github/workflows/build-test-install.yml@v0.1.2
permissions:
contents: write
with:
os: ${{ matrix.os }}
sharedLib: true
qtVersion: '6.6.0'
qtModules: 'qtshadertools qtmultimedia'
test: false
Expand All @@ -32,14 +31,11 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts
- name: Display structure of downloaded files
run: ls -R

- name: Releases
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 1b6887f

Please sign in to comment.