Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Generate doxygen
uses: mattnotmitt/doxygen-action@v1
- name: Deploy to github pages
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: make eigen
run: make eigen
- name: generate makefile
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install python dependencies for simulation tests
run: pip install -r requirements.txt
- name: doctest for simulation test utils
Expand All @@ -65,7 +65,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: make eigen
run: make eigen
- name: generate makefile
Expand All @@ -87,7 +87,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: make eigen
run: make eigen
- name: generate makefile
Expand All @@ -109,7 +109,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: generate makefile
run: make makefile-lib
- name: generate message headers
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: true
- name: wasm build
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/demo-')) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: 'sfc-aqua/quisp-online'
- uses: actions/download-artifact@v4
Expand Down