We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f4cd1 commit 1d198afCopy full SHA for 1d198af
.github/workflows/tests_n_coverage.yml
@@ -9,14 +9,12 @@ jobs:
9
- name: Check out git repository
10
uses: actions/checkout@v4
11
12
- - name: Workaround for installing d4tools
13
- run: |
14
- echo 'location' >> ~/.curlrc # https://github.com/38/d4-format/pull/77#issuecomment-2044438359
15
-
16
- name: Install d4tools
17
uses: baptiste0928/cargo-install@v3
18
with:
19
crate: d4tools
+ git: https://github.com/38/d4-format.git
+ tag: v0.3.10
20
21
- name: Set up python
22
id: setup-python
CHANGELOG.md
@@ -1,4 +1,6 @@
1
## [unreleased]
2
+### Changed
3
+- GitHub tests action to use d4tools 0.3.10
4
### Fixed
5
- Updated dependencies to address dependabot's security alerts
6
0 commit comments