Skip to content

Commit

Permalink
github actions update ascent ci to use 0.9.2 (#3395)
Browse files Browse the repository at this point in the history
Updates Ascent Github Actions CI to use 0.9.2 (latest release)
  • Loading branch information
cyrush committed Jul 1, 2023
1 parent 60b23d9 commit e8120c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ascent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CC: gcc
CMAKE_PREFIX_PATH: /ascent/install/lib/cmake/
container:
image: alpinedav/ascent:0.9.1
image: alpinedav/ascent:0.9.2
steps:
- uses: actions/checkout@v3
- name: Configure
Expand Down

0 comments on commit e8120c8

Please sign in to comment.