Skip to content

Commit

Permalink
CircleCI woes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 16, 2024
1 parent a92ef04 commit 6e01717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
docker:
- image: circleci/buildpack-deps
- image: cimg/base:2024.01
steps:
# Machine Setup
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each
Expand All @@ -21,6 +21,8 @@ jobs:
# Checkout
# This would typically go in either a build or a build-and-test job when using workflows
# This is based on your 1.0 configuration file or project settings
- run: sudo apt -y update
- run: sudo apt -y install autoconf automake texinfo
- run: sh ./autogen.sh
# Dependencies
# This would typically go in either a build or a build-and-test job when using workflows
Expand Down

0 comments on commit 6e01717

Please sign in to comment.