Skip to content

Commit

Permalink
Bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Sep 26, 2024
1 parent 247c687 commit 522aa16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
strategy:
matrix:
coq_version:
- "8.18"
ocaml_version: ["4.14-flambda"]
- "8.19"
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -62,12 +61,11 @@ jobs:
# skip uninstall since we need docs/ for upload
uninstall: ""
- name: Revert permissions
# to avoid a warning at cleanup time
if: ${{ always() }}
run: sudo chown -R 1001:116 .
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
if: github.ref == 'refs/heads/master' && ${{ matrix.coq_version }} == '8.18'
uses: actions/upload-pages-artifact@v3
if: github.ref == 'refs/heads/master'
with:
path: ./docs

Expand All @@ -85,4 +83,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-Q src demo
# Iris-disabled warnings
-arg -w -arg -notation-overridden,-redundant-canonical-projection,-convert_concl_no_check,-undeclared-scope
-arg -w -arg -redundant-canonical-projection,-unknown-warning,-argument-scope-delimiter,-notation-incompatible-prefix

src/simplified_iris.v
src/warmup.v
Expand Down

0 comments on commit 522aa16

Please sign in to comment.