Skip to content

Commit

Permalink
set AUTOCONF_VERSION on openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 10, 2024
1 parent 09539d7 commit 6f432e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
sudo touch /usr/bin/ros
sudo chmod 755 /usr/bin/ros
sudo pkg_add gmake git sbcl automake-1.16.5 autoconf-2.71 curl
gmake latest-version compile archive;
ATUOCONF_VERSION=2.71 gmake latest-version compile archive;
- name: upload
if: steps.check_uploaded.outcome == 'failure'
env:
Expand Down

0 comments on commit 6f432e8

Please sign in to comment.