Skip to content

Commit

Permalink
Merge branch 'Mudlet:development' into ircServerPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
atari2600tim committed Nov 28, 2021
2 parents 3eb82cf + 4c4abb1 commit 27ccd39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-mudlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0

- name: Restore Qt cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache-qt
with:
path: ${{runner.workspace}}/Qt/${{matrix.qt}}
Expand All @@ -76,7 +76,7 @@ jobs:


- name: Restore Boost cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache-boost
with:
path: ${{env.BOOST_ROOT}}
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
run: ctest --output-on-failure

- name: (Linux/macOS) restore Luarocks for packaging
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: $HOME/.luarocks
key: ccache-${{matrix.os}}-${{matrix.compiler}}-${{hashFiles('.github/workflows/build-mudlet.yml')}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clangtidy-diff-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Restore Qt cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache-qt
with:
path: ${{github.workspace}}/Qt/${{matrix.qt}}
Expand All @@ -51,7 +51,7 @@ jobs:
aqtversion: '==1.1.2'

- name: Restore Boost cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache-boost
with:
path: ${{env.BOOST_ROOT}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
submodules: true

- name: Restore Qt cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache-qt
with:
path: ${{runner.workspace}}/Qt/${{matrix.qt}}
Expand All @@ -59,7 +59,7 @@ jobs:
aqtversion: '==1.1.2'

- name: Restore Boost cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache-boost
with:
path: ${{env.BOOST_ROOT}}
Expand Down

0 comments on commit 27ccd39

Please sign in to comment.