Skip to content

Commit

Permalink
Update Ubuntu Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Jan 18, 2025
1 parent 6efdaba commit 38bb047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install automake libtool libdb5.3-dev libxml2-dev libcjson-dev \
bison flex help2man gettext texlive
bison flex help2man gettext texlive autopoint
- name: Installing VISAM prerequisite
if: ${{ matrix.isam == 'visam' }}
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Bootstrap
run: |
./build_aux/bootstrap
./build_aux/bootstrap install
# FIXME: With TERM="dumb" `make check` fails with:
# ...
Expand Down Expand Up @@ -156,11 +156,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install automake libtool libdb5.3-dev libxml2-dev \
libcjson-dev bison flex help2man gettext lcov
libcjson-dev bison flex help2man gettext lcov autopoint
- name: Bootstrap
run: |
./build_aux/bootstrap
./build_aux/bootstrap install
- name: Build environment setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite.src/run_misc.at
Original file line number Diff line number Diff line change
Expand Up @@ -11289,7 +11289,7 @@ CAPI(void *p1, ...)
{
int k,nargs,type,digits,scale,size,sign,byvalue,isright;
cob_s64_t val;
char *str, wrk[80],pic[24];
char *str, wrk[80],pic[30];

nargs = cob_get_num_params();
if ((k = cob_get_name_line (wrk, NULL)) > 0) {
Expand Down

0 comments on commit 38bb047

Please sign in to comment.