Skip to content

Commit d78ecfc

Browse files
Fix committed merge conflict
1 parent 6c9f8c4 commit d78ecfc

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

.github/workflows/erlang-ci.yml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -122,47 +122,3 @@ jobs:
122122

123123
- name: Run dialyzer
124124
run: rebar3 dialyzer
125-
<<<<<<< HEAD
126-
127-
docbuild_test:
128-
name: Test Generate the Docs
129-
runs-on: ubuntu-latest
130-
131-
steps:
132-
- uses: actions/checkout@v7.0.0
133-
134-
- name: Cache Rust crates
135-
uses: actions/cache@v6
136-
with:
137-
path: |
138-
~/.cargo/bin/
139-
~/.cargo/registry/index/
140-
~/.cargo/registry/cache/
141-
~/.cargo/git/db/
142-
key: test-native-${{ runner.os }}-${{ env.RUST_TOOLCHAIN_VERSION }}-${{ hashFiles('native/**/Cargo.lock') }}
143-
restore-keys: |
144-
test-native-${{ runner.os }}-${{ env.RUST_TOOLCHAIN_VERSION }}
145-
146-
- name: Install Rust
147-
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # v1
148-
with:
149-
toolchain: "${{ env.RUST_TOOLCHAIN_VERSION }}"
150-
151-
- name: Install Erlang/OTP
152-
uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0
153-
with:
154-
otp-version: 25.1.0
155-
rebar3-version: '3.18.0'
156-
157-
- name: Cache Hex packages
158-
uses: actions/cache@v6
159-
with:
160-
path: ~/.cache/rebar3/hex/hexpm/packages
161-
key: ${{ runner.os }}-hex-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.lock')) }}
162-
restore-keys: |
163-
${{ runner.os }}-hex-
164-
165-
- name: Generate Docs
166-
run: rebar3 ex_doc
167-
=======
168-
>>>>>>> 3f77acb (Publish docs to arrow.apache.org)

0 commit comments

Comments
 (0)