Skip to content

Commit

Permalink
Merge pull request #7 from devcontainers-community/tar-hardlink-fix
Browse files Browse the repository at this point in the history
Fix tar hardlink issue
  • Loading branch information
njelich committed Jan 26, 2024
2 parents 510c964 + 4e12507 commit 3730b00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/publish-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: devcontainers-community/publish-feature@v1
with:
files: |
install.sh
README.md
devcontainer-feature.json
LICENSE
test.sh
2 changes: 1 addition & 1 deletion devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "llvm",
"version": "3.0.0",
"version": "3.1.0",
"name": "llvm",
"documentationURL": "https://github.com/devcontainers-community/features-llvm",
"description": "Installs llvm on debian based systems",
Expand Down

0 comments on commit 3730b00

Please sign in to comment.