Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
- name: Install packages
run: sudo apt install gcc-9 gcc-10 gcc-11 gcc-12
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- name: Autoconf
run: autoreconf -i -f
- name: Configure
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- name: Install packages
run: brew install automake libtool
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- name: Autoconf
run: autoreconf -i -f
- name: Configure
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
base-devel
gcc
libiconv-devel
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- name: Autoconf
run: autoreconf -i -f
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- name: Install packages
run: sudo apt install gettext
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- name: Autoconf
run: autoreconf -i -f
- name: Configure
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ config.log
config.status
config.sub
configure
configure~
depcomp
install-sh
libreadstat.la
libtool
ltmain.sh
m4/
Makefile
Makefile.in
missing
Expand All @@ -31,6 +33,7 @@ test_readstat
*.log
*.trs
test_csv_to_dta*
.vs/
.vscode/
*.swp
dev/
Expand Down