Skip to content

Commit

Permalink
Merge pull request #110 from mattpolzin/ci-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Dec 5, 2024
2 parents c169165 + 1e9f96d commit 86d84e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container: snazzybucket/idris2:latest
container: mattpolzin2/idris-docker:nightly
steps:
- name: idrall build and test
run: |
apt update && apt install git -y
shell: bash
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: idrall build and test
Expand Down

0 comments on commit 86d84e4

Please sign in to comment.